Changeset 5134
- Timestamp:
- 02/01/07 11:57:51 (2 years ago)
- Files:
-
- trunk/src/net.nemein.rss/fetch.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/net.nemein.rss/fetch.php
r4827 r5134 113 113 debug_push_class(__CLASS__, __FUNCTION__); 114 114 $items = $this->fetch(); 115 116 if (count($items) == 0) 117 { 118 // This feed didn't return any items, skip 119 return array(); 120 } 115 121 116 122 // Reverse items so that creation times remain in correct order even for feeds without timestamps … … 291 297 return false; 292 298 } 293 299 294 300 // Create array of item GUIDs 295 301 $item_guids = array();
