Index: trunk/phase3/includes/Feed.php |
— | — | @@ -99,7 +99,7 @@ |
100 | 100 | * @param $uniqueId String: unique id for the item |
101 | 101 | * @param $RSSisPermalink Boolean: set to true if the guid (unique id) is a permalink (RSS feeds only) |
102 | 102 | */ |
103 | | - public function setUniqueId($uniqueId, $RSSisPermalink = False) { |
| 103 | + public function setUniqueId($uniqueId, $RSSisPermalink = false) { |
104 | 104 | $this->UniqueId = $uniqueId; |
105 | 105 | $this->RSSIsPermalink = $isPermalink; |
106 | 106 | } |