Fixed a E_DEPRECATED
[lhc/web/wiklou.git] / includes / DatabaseFunctions.php
index 52e9a8c..2df5611 100644 (file)
@@ -58,7 +58,7 @@ function wfIgnoreSQLErrors( $newstate, $dbi = DB_LAST ) {
        if ( $db !== false ) {
                return $db->ignoreErrors( $newstate );
        } else {
-               return NULL;
+               return null;
        }
 }