redray
2013-03-29 5e9e9e9c8af7610c33552d0558db4cc6827f8e62
interface/lib/classes/tpl_error.inc.php
@@ -31,7 +31,7 @@
|     DO NOT TOUCH ANYTHING IN THIS CLASS IT MAY NOT WORK OTHERWISE            |
\-----------------------------------------------------------------------------*/
    function raiseError ($code, $level = null, $extra=null) {
    public static function raiseError ($code, $level = null, $extra=null) {
        if (!($level & error_reporting())&& $level != KILL) return; // binary AND checks for reporting level
        $error_codes = array(