Changeset 1793 for trunk/lib/phpcommon/racesiterators.class.php
- Timestamp:
- 09/06/10 19:47:13 (21 months ago)
- Files:
-
- 1 modified
-
trunk/lib/phpcommon/racesiterators.class.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 }
