Changeset 12000
- Timestamp:
- 09/04/07 15:35:03 (1 year ago)
- Files:
-
- trunk/midcom/net.nemein.rss/fetch.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/net.nemein.rss/fetch.php
r11988 r12000 163 163 return $this->import_article($item); 164 164 break; 165 166 default: 167 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, "RSS fetching for component {$this->_node->component} is unsupported"); 168 // This will exit. 165 169 } 166 170 } … … 306 310 307 311 // Try to figure out item publication date 308 //$article_date = $this->parse_item_date($item);309 312 $article_date = null; 310 313 if (isset($item['date_timestamp'])) … … 337 340 if (!$updated) 338 341 { 342 // No data changed, avoid unnecessary I/O 339 343 return $article->guid; 340 344 }
