Unit tests should run with E_ALL so we can detect all errors. Fix dozens of errors that popped up after enabling all errors.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
$hAppdbLink = null;
|
||||
$hBugzillaLink = null;
|
||||
|
||||
define(MYSQL_DEADLOCK_ERRNO, 1213);
|
||||
define("MYSQL_DEADLOCK_ERRNO", 1213);
|
||||
|
||||
function query_appdb($sQuery,$sComment="")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user