Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / db / LoadBalancer.php
index 0b8ef05..48065f8 100644 (file)
@@ -831,7 +831,7 @@ class LoadBalancer {
                }
        }
 
-       function waitTimeout( $value = NULL ) {
+       function waitTimeout( $value = null ) {
                return wfSetVar( $this->mWaitTimeout, $value );
        }