diff options
author | Urban Müller | 2014-03-07 16:32:47 +0100 |
---|---|---|
committer | Urban Müller | 2014-03-07 16:32:47 +0100 |
commit | 232b8a4257ebdbf4f43f2b509979b0bc00578ecd (patch) | |
tree | 75de8105dad01300988c2cc7eb3bd08ae9083fee /it.class | |
parent | e3ebc3eb5fa1fff573100a5ca2c7c025aa6e14ab (diff) | |
download | itools-232b8a4257ebdbf4f43f2b509979b0bc00578ecd.tar.gz itools-232b8a4257ebdbf4f43f2b509979b0bc00578ecd.tar.bz2 itools-232b8a4257ebdbf4f43f2b509979b0bc00578ecd.zip |
documentation
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -120,7 +120,7 @@ static function timerlog($label = '') * @param $p['skipfiles'] files to skip in backtrace * @param $p['blockmail'] number of seconds to block mails after having sent a mail [3600] * @param $p['blockmailid'] block mail for $p['blockmail'] seconds with same id. Default: $p['to'] - * @param $p['okstate'] give current ok label and state, e.g. telresult=1 . see failcount + * @param $p['okstate'] give current ok label and ok state, e.g. telresult=1 for working. see failcount * @param $p['failcount'] give number of consecutive okstate failures needed for creating an error [2] * @param $p['omitdebuginfo'] value 1 omits long stack and var dumps, value 2 also omits trace and url * @return true if a mail was sent |