Mass convert NULL -> null. Left strings and comments alone, obviously.
[lhc/web/wiklou.git] / includes / filerepo / ArchivedFile.php
index 4e9d554..7905088 100644 (file)
@@ -45,7 +45,7 @@ class ArchivedFile
                $this->description = '';
                $this->user = 0;
                $this->user_text = '';
-               $this->timestamp = NULL;
+               $this->timestamp = null;
                $this->deleted = 0;
                $this->dataLoaded = false;
                $this->exists = false;