Show
Ignore:
Timestamp:
10/04/06 06:55:02 (2 years ago)
Author:
mdodoo
Message:

Partial sync with trunk. Only up to changeset [1542].

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/multiuser/extlib/rss_dbcache.inc

    r1353 r1595  
    148148            return $cid; // should always be positive 
    149149        } else { 
     150            if ( MAGPIE_DEBUG ) { 
    150151            $this->error("Cache unable translate to cid: $url"); 
    151             return 0; 
     152          } 
     153          return 0; 
    152154        } 
    153155    }