diff options
-rw-r--r-- | it.class | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,7 +67,7 @@ function timerlog($label = '') * @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 timewindow number of seconds within which the second error must occur - * @param named parameter graceperiod numer of seconds within which additional errors are ignored + * @param named parameter graceperiod number of seconds within which additional errors are ignored */ function error($p = array(), $body = "", $to = "") { @@ -124,10 +124,10 @@ function error($p = array(), $body = "", $to = "") fputs($pipe, $body); pclose($pipe); } - - error_log("it::error: ".$title); } } + + error_log("it::error: ".$title); } |