From 6ffa39209a591cc052c89d34345088c6148dd953 Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Sat, 27 May 2006 16:59:20 +0000 Subject: [PATCH] use proper id prefix --- include/functions_comments.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.39.5