Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / specials / SpecialUndelete.php
index 916f092..443b845 100644 (file)
@@ -285,7 +285,7 @@ class PageArchive {
                if( $row ) {
                        return $this->getTextFromRow( $row );
                } else {
-                       return NULL;
+                       return null;
                }
        }
 
@@ -590,7 +590,7 @@ class UndeleteForm {
                if ( $this->mTarget !== "" ) {
                        $this->mTargetObj = Title::newFromURL( $this->mTarget );
                } else {
-                       $this->mTargetObj = NULL;
+                       $this->mTargetObj = null;
                }
                if( $this->mRestore || $this->mInvert ) {
                        $timestamps = array();