From 222b01f5169f1c7e69762e0e8904c24f78f71882 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Wed, 28 Jul 2010 11:52:48 +0200 Subject: update to MediaWiki 1.16.0 --- includes/DatabaseFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/DatabaseFunctions.php') diff --git a/includes/DatabaseFunctions.php b/includes/DatabaseFunctions.php index 52e9a8c8..2df56115 100644 --- a/includes/DatabaseFunctions.php +++ b/includes/DatabaseFunctions.php @@ -58,7 +58,7 @@ function wfIgnoreSQLErrors( $newstate, $dbi = DB_LAST ) { if ( $db !== false ) { return $db->ignoreErrors( $newstate ); } else { - return NULL; + return null; } } -- cgit v1.2.3-54-g00ecf