Changeset 14613 for branches/dev/html/test/adachi/LLReader/LLReader.php
- Timestamp:
- 2007/06/14 00:55:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/test/adachi/LLReader/LLReader.php
r14612 r14613 7 7 private $plugins; 8 8 private $feeds; 9 private $update_feeds; 9 10 10 11 public function __construct($config){ … … 12 13 $this->plugins = array(); 13 14 $this->feeds = array(); 15 $this->update_feeds = array(); 14 16 } 15 17 … … 83 85 84 86 public function get_feeds () { 87 if ( count($this->update_feeds) > 0 ) { 88 return $this->update_feeds; 89 } 85 90 return $this->feeds; 86 91 }
Note: See TracChangeset
for help on using the changeset viewer.
