diff options
author | admin <devnull@localhost> | 2006-10-25 07:12:34 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-25 07:12:34 +0200 |
commit | 1716cb80344dcb09dd263293b7901cd5b669e302 (patch) | |
tree | 544c6f45fe307cdd2a1d0f6a5f2bc05f0bceca49 /system/codeigniter/Common.php | |
parent | 2bc13859b72ceb8400d37adbba52b8404995bf03 (diff) |
Diffstat (limited to 'system/codeigniter/Common.php')
-rw-r--r-- | system/codeigniter/Common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index c8078bf65..06e922084 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -207,7 +207,6 @@ function log_message($level = 'error', $message, $php_error = FALSE) $LOG->write_log($level, $message, $php_error); } - /** * Exception Handler * |