diff options
author | Urban Müller | 2007-05-01 14:17:24 +0000 |
---|---|---|
committer | Urban Müller | 2007-05-01 14:17:24 +0000 |
commit | 0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827 (patch) | |
tree | 2a660a74c6a14339cc609375787209166749d711 /it.class | |
parent | 3da219fb37c3143f83a38d60f2e7b4673a83a95f (diff) | |
download | itools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.tar.gz itools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.tar.bz2 itools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.zip |
documentation
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,8 +66,8 @@ function timerlog($label = '') * @param $body (optional) error body, multiline * @param $to (optional) comma separated recipient list * @param named parameter id identifier of error. if given, only subsequent errors of same id will trigger message - * @param named parameter graceperiod number of seconds within which additional errors are ignored - * @param named parameter timewindow number of seconds after graceperiod within which the second error must occur + * @param named parameter graceperiod number of seconds within which additional errors are ignored if id is set + * @param named parameter timewindow number of seconds after graceperiod within which the second error must occur if id is set */ function error($p = array(), $body = "", $to = "") { |