diff options
author | Urban Müller | 2016-01-21 18:17:57 +0100 |
---|---|---|
committer | Urban Müller | 2016-01-21 18:17:57 +0100 |
commit | dd633cc34e24d6be8b917e5114c9df5ef4d72b05 (patch) | |
tree | 9ff4ed6116bfd1360185f7b884fd1ca6532e04fd | |
parent | dd1b348a39d01af13e7fc4a52bd7d70d86f873d2 (diff) | |
download | itools-dd633cc34e24d6be8b917e5114c9df5ef4d72b05.tar.gz itools-dd633cc34e24d6be8b917e5114c9df5ef4d72b05.tar.bz2 itools-dd633cc34e24d6be8b917e5114c9df5ef4d72b05.zip |
docs
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ static function timerlog($label = '') * Send verbose error report to browser or (if display_errors is off) by email to .diffnotice gods, file owner or SERVER_ADMIN * @param $p either error title or assoc array of params, see below * @param $p['title'] error title, one line - * @param $p['body'] error body, multiline + * @param $p['body'] error body, multiline string or any data type (will be dumped) * @param $p['to'] comma separated recipient list * @param $p['id'] identifier of error. if given, only subsequent errors of same id will trigger message * @param $p['graceperiod'] number of seconds within which additional errors are ignored if id is set [60] |