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 /debug.class | |
parent | 4dd2ce87fa30735e2654689d915740bc23a0dc49 (diff) | |
download | itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.tar.gz itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.tar.bz2 itools-e604ad4231a127ae417dc7bfcf300af3ca69a016.zip |
eliminated internal_error()
Diffstat (limited to 'debug.class')
-rw-r--r-- | debug.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.class b/debug.class index fa6f314..cabe365 100644 --- a/debug.class +++ b/debug.class @@ -72,7 +72,7 @@ function mail($text, $level = 0) /** - * Display error message or maintenance page and terminate processing. Mail message and vardump to maintainer + * DEPRECATED. Display error message or maintenance page and terminate processing. Mail message and vardump to maintainer * @param $text Message to display * @return This function never returns */ |