]> git.mjollnir.org Git - s9y.git/commitdiff
use proper id prefix
authorgarvinhicking <garvinhicking>
Sat, 27 May 2006 16:59:20 +0000 (16:59 +0000)
committergarvinhicking <garvinhicking>
Sat, 27 May 2006 16:59:20 +0000 (16:59 +0000)
include/functions_comments.inc.php

index bf4d6080a735554f6613fc81b99db81a0d521ef4..8aab6835d069449c0d1c970fb2f4b50bdd104705 100644 (file)
@@ -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 = '';