Lines Matching refs:lastupdate
51 [$style, $lastupdate] = $info;
53 $lastupdate = (int)$lastupdate;
54 if ($lastupdate + $conf['subscribe_time'] > time()) {
72 $changes = getRecentsSince($lastupdate, null, getNS($target));
88 !is_null($rev) && $rev['date'] >= $lastupdate &&
96 if (!is_null($rev) && $rev['date'] >= $lastupdate) {
108 $lastupdate
113 $this->sendList($USERINFO['mail'], $change_ids, $target, $lastupdate);
184 * @param int $lastupdate Time of the last notification
189 protected function lastRevBefore($id, $lastupdate) argument
196 } while (!is_null($rev) && $rev > $lastupdate);
208 * @param int $lastupdate Time of the last notification
214 protected function sendDigest($subscriber_mail, $id, $lastupdate) argument
216 $rev = $this->lastRevBefore($id, $lastupdate);
236 * @param int $lastupdate Time of the last notification
242 protected function sendList($subscriber_mail, $ids, $ns_id, $lastupdate) argument
253 $last = $this->lastRevBefore($id, $lastupdate);