From: garvinhicking Date: Sat, 27 May 2006 16:59:20 +0000 (+0000) Subject: use proper id prefix X-Git-Tag: 1.0~15 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6ffa39209a591cc052c89d34345088c6148dd953;p=s9y.git use proper id prefix --- diff --git a/include/functions_comments.inc.php b/include/functions_comments.inc.php index bf4d608..8aab683 100644 --- a/include/functions_comments.inc.php +++ b/include/functions_comments.inc.php @@ -501,7 +501,7 @@ function serendipity_saveComment($id, $commentInfo, $type = 'NORMAL', $source = function serendipity_mailSubscribers($entry_id, $poster, $posterMail, $title, $fromEmail = 'none@example.com', $cid = null) { global $serendipity; - $entryURI = serendipity_archiveURL($entry_id, $title, 'baseURL') . ($cid > 0 ? '#' . $cid : ''); + $entryURI = serendipity_archiveURL($entry_id, $title, 'baseURL') . ($cid > 0 ? '#c' . $cid : ''); $subject = sprintf(NEW_COMMENT_TO_SUBSCRIBED_ENTRY, $title); $pgsql_insert = '';