Lines Matching refs:entry_id

472 …$c = serendipity_fetchComments(null, $sql_limit, 'co.entry_id DESC, co.id ASC', false, $type, $sql…
476 if (!isset($entry_comments[$comment['entry_id']])) {
477 …$comment['link'] = serendipity_archiveURL($comment['entry_id'], $comment['title'], 'serendipityHTT…
478 $entry_comments[$comment['entry_id']] = $comment;
480 $entry_comments[$comment['entry_id']]['comments'][] = $comment;
526 function serendipity_deleteComment($id, $entry_id, $type='comments', $token=false) { argument
530 $entry_id = (int)$entry_id;
531 if ($id < 1 OR $entry_id < 1) {
545 WHERE id = ". $entry_id, true);
555 WHERE entry_id = ". $entry_id ."
575 WHERE entry_id = ". $entry_id ."
584 …TE {$serendipity['dbPrefix']}entries SET $type = $type-1 WHERE id = ". $entry_id ." AND $type > 0 …
590 $addData = array('cid' => $id, 'entry_id' => $entry_id);
607 function serendipity_allowCommentsToggle($entry_id, $switch = 'disable') { argument
616 …ts = '" . ($switch == 'disable' ? 'false' : 'true') . "' WHERE id = '". (int)$entry_id ."' $admin";
641 function serendipity_approveComment($cid, $entry_id, $force = false, $moderate = false, $token = fa… argument
694 AND entry_id = " . (int)$entry_id . "
701 AND entry_id = " . (int)$entry_id . "
708 WHERE id = ". (int)$entry_id;
718 …serendipity_mailSubscribers($entry_id, $rs['author'], $rs['email'], $rs['title'], $rs['authoremail…
720 …serendipity_mailSubscribers($entry_id, $rs['author'], $rs['email'], $rs['title'], $rs['authoremail…
1045 function serendipity_mailSubscribers($entry_id, $poster, $posterMail, $title, $fromEmail = 'none@ex… argument
1048 … $entryURI = serendipity_archiveURL($entry_id, $title, 'baseURL') . ($cid > 0 ? '#c' . $cid : '');
1062 WHERE entry_id = '". (int)$entry_id ."'
1082 …pity_rewriteURL('unsubscribe/' . urlencode($subscriber['email']) . '/' . (int)$entry_id, 'baseURL')
1093 …pity_rewriteURL('unsubscribe/' . urlencode($subscriber['email']) . '/' . (int)$entry_id, 'baseURL')
1109 function serendipity_cancelSubscription($email, $entry_id) { argument
1113 WHERE entry_id = '". (int)$entry_id ."'