Lines Matching refs:ID
39 global $ID;
54 if (!$this->hlp->isActive($ID)) {
82 $timestamp = dformat(filemtime(wikiFN($ID)), $conf['dformat']);
83 $subject = $this->getLang('apr_mail_subject') . ': ' . $ID . ' - ' . $timestamp;
104 global $ID;
109 $rev = filemtime(wikiFN($ID));
117 $oldrev = $this->hlp->getLatestApprovedRevision($ID);
118 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
121 $changelog = new PageChangelog($ID);
123 $difflink = $this->hlp->getDifflink($ID, $oldrev, $rev);
133 $oldlink = $this->revlink($ID, $oldrev);
136 $newlink = $this->revlink($ID, $rev);
140 $newlink = $this->revlink($ID, $rev);
143 $changelog = new PageChangelog($ID);
167 global $ID;
180 $changelog = new PageChangelog($ID);