diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-07-28 11:52:48 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-07-28 11:52:48 +0200 |
commit | 222b01f5169f1c7e69762e0e8904c24f78f71882 (patch) | |
tree | 8e932e12546bb991357ec48eb1638d1770be7a35 /includes/DatabaseFunctions.php | |
parent | 00ab76a6b686e98a914afc1975812d2b1aaa7016 (diff) |
update to MediaWiki 1.16.0
Diffstat (limited to 'includes/DatabaseFunctions.php')
-rw-r--r-- | includes/DatabaseFunctions.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |