summaryrefslogtreecommitdiff
path: root/utils/rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rss.php')
-rw-r--r--utils/rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/rss.php b/utils/rss.php
index e6aa83f..b4b4b86 100644
--- a/utils/rss.php
+++ b/utils/rss.php
@@ -68,7 +68,7 @@ class RSS {
fwrite($fp, " <link>http://www.executionroom.com/?page=news&amp;id=".$newsentry->time."</link>\n");
fwrite($fp, " <description>".$newsentry->description."</description>\n");
fwrite($fp, " <pubDate>".$this->date($newsentry->time)."</pubDate>\n");
- fwrite($fp, " <guid>http://www.executionroom.com/?page=news&amp;id=".$newsentry->time."</guid>\n");
+ fwrite($fp, " <guid>http://www.executionroom.com/?page=news&amp;id=".$newsentry->time."&amp;newsid="+$newsentry->time+"</guid>\n");
fwrite($fp, " </item>\n");
$i++;
if($i > 6) break;