]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bacula-web/includes/app/cerrorhandler.class.php
bacula-web: Improved php code in CountJobsbyLevel() function
[bacula/bacula] / gui / bacula-web / includes / app / cerrorhandler.class.php
index b24e90458e41cc86fdf3b61be2aa7d96c294bb2d..6812873917dba24f552c7272797210b850042c4f 100644 (file)
@@ -22,10 +22,21 @@ class CErrorHandler
 
         }
 
+       public function SetDebug( $debuglevel )
+       {
+               $this->debug_level = $debuglevel;
+       }       
+
+       public function TriggerError( $type, $string, $file = '', $line = '', $vars = '' )
+       {
+
+       }
+
         public function __destruct()
         {
 
         }
 }
+
 ?>