Appdb should report errors when debugging is set to yes in the preferences

panel
This commit is contained in:
Jonathan Ernst
2004-12-18 01:56:08 +00:00
committed by WineHQ
parent 671f101ffd
commit c89531e4c1

View File

@@ -246,4 +246,6 @@ opendb();
$session = new session("whq_appdb");
$session->register("current");
// if we are debugging we need to see all errors
if(debugging()) error_reporting(E_ALL ^ E_NOTICE);
?>