Index: Feed.php
===================================================================
--- Feed.php    (revision 58799)
+++ Feed.php    (working copy)
@@ -221,6 +221,7 @@
                        <?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?>
                        <?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?>
                        <?php if( $item->getComments() ) { ?><comments><?php print $item->getComments() ?></comments><?php }?>
+                       <guid isPermaLink="false"><?php print $item->getUrl() . $this->formatTime( $item->getDate() ) ?></guid>
                </item>
 <?php
        }
