Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / specials / SpecialSearch.php
index 7fb0f0b..a58c95d 100644 (file)
@@ -168,7 +168,7 @@ class SpecialSearch {
                        # mirror Go/Search behaviour of original request ..
                        $didYouMeanParams = array( 'search' => $textMatches->getSuggestionQuery() );
 
-                       if($this->fulltext != NULL)
+                       if($this->fulltext != null)
                                $didYouMeanParams['fulltext'] = $this->fulltext;
 
                        $stParams = array_merge(