From: garvinhicking Date: Sat, 27 May 2006 16:59:18 +0000 (+0000) Subject: use proper id prefix X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e6e4c85357ec71b4608a8dd02c2162732403ee3a;p=s9y.git use proper id prefix --- diff --git a/include/functions_comments.inc.php b/include/functions_comments.inc.php index ef371f8..c7b24a9 100644 --- a/include/functions_comments.inc.php +++ b/include/functions_comments.inc.php @@ -523,7 +523,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 = '';