Home
last modified time | relevance | path

Searched refs:lastNotificationReset (Results 1 – 2 of 2) sorted by relevance

/plugin/glossary/
H A Dglossary.class.php61 var $lastNotificationReset; // time of last administrators acknowledgement variable in glossary
203 …$this->lastNotificationReset = $root->getElementsByTagName ("lastNotificationReset")->item (0)->no…
218 …d ($xml->createElement ("lastNotificationReset", htmlspecialchars ($this->lastNotificationReset)));
909 $this->lastNotificationReset = date ('YmdHis');
915 if ($this->lastNotification <= $this->lastNotificationReset) {
/plugin/schedule/
H A Dschedules.class.php32 var $lastNotificationReset; // time of last administrators acknowledgement variable in schedules
1640 $this->lastNotificationReset = date ('YmdHis');
1645 if ($this->lastNotification > $this->lastNotificationReset)