summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
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 = "")
{