Home
last modified time | relevance | path

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

/plugin/glossary/
H A Dglossary.class.php60 var $lastNotification; // time of last proposal notification variable in glossary
202 $this->lastNotification = $root->getElementsByTagName ("lastNotification")->item (0)->nodeValue;
217 …appendChild ($xml->createElement ("lastNotification", htmlspecialchars ($this->lastNotification)));
915 if ($this->lastNotification <= $this->lastNotificationReset) {
916 $this->lastNotification = date ('YmdHis');
/plugin/schedule/
H A Dschedules.class.php31 var $lastNotification; // time of last proposal notification variable in schedules
1645 if ($this->lastNotification > $this->lastNotificationReset)
1658 $this->lastNotification = date ('YmdHis');