Lines Matching refs:ID

189         global $ID;
196 … print 'NS = "' . getNS($ID) . '";'; // we have to define NS, otherwise we get get JS errors
211 global $ID;
234 $file = metaFN($ID, '.comments');
254 msg(sprintf($lang['subscr_unsubscribe_success'], $themail, $ID), 1);
257 msg(sprintf($lang['subscr_subscribe_success'], $themail, $ID), 1);
340 global $ID;
351 $url = wl($ID);
353 $url = wl($ID) . '#comment_' . $cid;
397 global $ID;
401 $file = metaFN($ID, '.comments');
495 global $ID;
516 $file = metaFN($ID, '.comments');
594 $this->_addLogEntry($date, $ID, 'cc', '', $cid);
609 global $ID;
629 $file = metaFN($ID, '.comments');
701 $this->_addLogEntry($date, $ID, $type, '', $cid);
939 global $ID;
960 <input type="hidden" name="id" value="<?php echo $ID ?>" />
1095 global $ID;
1102 <input type="hidden" name="id" value="<?php echo $ID ?>" />
1234 global $ID;
1247 'PAGE' => $ID,
1252 'COMMENTURL' => wl($ID, '', true) . '#comment_' . $comment['cid'],
1253 'UNSUBSCRIBE' => wl($ID, 'do=subscribe', true, '&'),
1258 'PAGE' => $ID,
1310 $data = array('id' => $ID, 'addresslist' => '', 'self' => false);
1335 … $replace['UNSUBSCRIBE'] = wl($ID, 'do=discussion_unsubscribe&hash=' . $data['hash'], true, '&');
1341 …$confirm_replace['SUBSCRIBE'] = wl($ID, 'do=discussion_confirmsubscribe&hash=' . $data['hash'], tr…
1417 global $ID;
1419 $cfile = metaFN($ID, '.comments');
1445 global $ID, $INFO;
1449 $back = $ID;
1450 $ID = ($ns ? $ns.':' : '').cleanID($title);
1460 lock($ID);
1469 $data = array('id' => $ID, 'ns' => $ns, 'title' => $title, 'back' => $back);
1662 global $ID;
1665 $file = metaFN($ID, '.comments');