Changeset 72
- Timestamp:
- 06/20/07 13:41:13 (19 months ago)
- Files:
-
- 1 modified
-
hacks/trunk/feedphp/feed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hacks/trunk/feedphp/feed.php
r71 r72 6 6 * 7 7 * author: Antonio Cavedoni <http://cavedoni.com/> 8 * version: 0.1 18 * version: 0.12 9 9 * revision: $Id$ 10 10 * license: BSD … … 102 102 $updates = array(); 103 103 foreach ($this->items as $item) { 104 $ this->updates[] = $item['pubDate'];104 $updates[] = $item['pubDate']; 105 105 } 106 106 rsort($updates);