summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2007-05-01 14:17:24 +0000
committerUrban Müller2007-05-01 14:17:24 +0000
commit0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827 (patch)
tree2a660a74c6a14339cc609375787209166749d711 /it.class
parent3da219fb37c3143f83a38d60f2e7b4673a83a95f (diff)
downloaditools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.tar.gz
itools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.tar.bz2
itools-0a52de77f6fe1f9a3190f4ff40d04a6d08fbb827.zip
documentation
Diffstat (limited to 'it.class')
-rw-r--r--it.class4
1 files changed, 2 insertions, 2 deletions
diff --git a/it.class b/it.class
index a70d587..d1e1400 100644
--- a/it.class
+++ b/it.class
@@ -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 = "")
{