diff options
author | Urban Müller | 2007-07-23 11:52:02 +0000 |
---|---|---|
committer | Urban Müller | 2007-07-23 11:52:02 +0000 |
commit | e604ad4231a127ae417dc7bfcf300af3ca69a016 (patch) | |
tree | f876faa93de047bf22121ea8ac0d82c100d6645d /mail.class | |
parent | 4dd2ce87fa30735e2654689d915740bc23a0dc49 (diff) | |
download | itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.tar.gz itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.tar.bz2 itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.zip |
eliminated internal_error()
Diffstat (limited to 'mail.class')
-rw-r--r-- | mail.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ function add_body($text, $type = IT_MAIL_PLAIN) break; default: - internal_error("it_mail::add_body invalid type $type"); + it::fatal("it_mail::add_body invalid type $type"); break; } } |