Index: trunk/phase3/includes/Feed.php |
— | — | @@ -305,7 +305,7 @@ |
306 | 306 | <item> |
307 | 307 | <title><?php print $item->getTitle() ?></title> |
308 | 308 | <link><?php print $item->getUrl() ?></link> |
309 | | - <guid<?php if( $item->RSSIsPermalink ) print ' isPermaLink="true"' ?>><?php print $item->getUniqueId() ?></guid> |
| 309 | + <guid<?php if( !$item->RSSIsPermalink ) print ' isPermaLink="false"' ?>><?php print $item->getUniqueId() ?></guid> |
310 | 310 | <description><?php print $item->getDescription() ?></description> |
311 | 311 | <?php if( $item->getDate() ) { ?><pubDate><?php print $this->formatTime( $item->getDate() ) ?></pubDate><?php } ?> |
312 | 312 | <?php if( $item->getAuthor() ) { ?><dc:creator><?php print $item->getAuthor() ?></dc:creator><?php }?> |