Changeset 1793
- Timestamp:
- 09/06/10 19:47:13 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
lib/phpcommon/racesiterators.class.php (modified) (1 diff)
-
site/feed/modules.updates.rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/phpcommon/racesiterators.class.php
r1778 r1793 131 131 132 132 function end() { 133 $this->rssobject->setChannelElement('pubDate', $this->updateTime); 133 $this->rssobject->setChannelElement('pubDate', date(DATE_RSS, strtotime($this->updateTime))); 134 $this->rssobject->setChannelElement('description', "VLM Races"); 134 135 $this->rssobject->genarateFeed(); 135 136 } -
trunk/site/feed/modules.updates.rss2.php
r1699 r1793 41 41 } 42 42 43 $rssobject->setChannelElement('pubDate', $updateTime); 43 $rssobject->rssobject->setChannelElement('pubDate', date(DATE_RSS, strtotime($this->updateTime))); 44 $this->rssobject->setChannelElement('description', "VLM Modules Status"); 44 45 $rssobject->genarateFeed(); 45 46
