From 38d0eb38626ceb7fb32968d2dce901d8d519714b Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Thu, 29 Nov 2007 00:02:45 +0000 Subject: Indentation style fix --- it.class | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index a4231bb..6d021a0 100644 --- a/it.class +++ b/it.class @@ -215,7 +215,8 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate error_log("it::error: " . $p['title'] . " in " . ($trace ? $trace : "{$p['file']}:{$p['line']}") . " Url: $url " . (EDC('verbose') ? D($p['locals']) : "")); } - if (($fh = fopen("/tmp/alertdata/alert.log", "a"))) { + if (($fh = fopen("/tmp/alertdata/alert.log", "a"))) + { fputs($fh, $p['title'] . " in " . ($trace ? $trace : "{$p['file']}:{$p['line']}") . " Url: $url\n"); fclose($fh); @chmod("/tmp/alertdata/alert.log", 0777); -- cgit v1.2.3