Ignore:
Timestamp:
2007/06/14 00:55:35 (19 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/test/adachi/LLReader/LLReader.php

    r14612 r14613  
    77    private $plugins; 
    88    private $feeds; 
     9    private $update_feeds; 
    910     
    1011    public function __construct($config){ 
     
    1213        $this->plugins = array(); 
    1314        $this->feeds   = array(); 
     15        $this->update_feeds = array(); 
    1416    } 
    1517     
     
    8385     
    8486    public function get_feeds () { 
     87        if ( count($this->update_feeds) > 0 ) { 
     88            return $this->update_feeds; 
     89        } 
    8590        return $this->feeds; 
    8691    } 
Note: See TracChangeset for help on using the changeset viewer.