diff --git a/lib/archiving/ArchivingDateSettings.inc b/lib/archiving/ArchivingDateSettings.inc index 1f11a66..ad32195 100644 --- a/lib/archiving/ArchivingDateSettings.inc +++ b/lib/archiving/ArchivingDateSettings.inc @@ -53,7 +53,7 @@ class ArchivingDateSettings { * Gets the expiration date */ function getExpirationDate() { - return $this->dExpirationDate; + return ($this->dExpirationDate == "NULL" ? "" : $this->dExpirationDate); } /**