Changeset 1793 for trunk/site/feed/modules.updates.rss2.php
- Timestamp:
- 09/06/10 19:47:13 (21 months ago)
- Files:
-
- 1 modified
-
trunk/site/feed/modules.updates.rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
