From 2f85b606ccf161bb73370e85aead40318e9e216f Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Wed, 10 Dec 2008 15:29:52 -0500
Subject: Removed trace of "comments" module

This was introduced when the threaded commenting system was created (now long-since removed). However, the links to the non-existant comments module
were still there, and that confused visitors.
---
 rss.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'rss.php')

diff --git a/rss.php b/rss.php
index 49ee070..7866d1a 100755
--- a/rss.php
+++ b/rss.php
@@ -257,7 +257,7 @@ foreach ($items as $key => $value)
 		<item>
 			<title>Comment on <?php echo($value['title']); ?> by <?php echo($value['username']); ?></title>
 
-			<link>http://fourisland.com/comments/<?php echo($value['id']); ?>/</link>
+			<link>http://fourisland.com/<?php echo($value['url']); ?>#comment-<?php echo($value['id']); ?></link>
 
 			<description><?php echo(stripslashes(htmlentities(parseBBCode($value['comment'])))); ?></description>
 
-- 
cgit 1.4.1