Show
Ignore:
Timestamp:
08/11/06 10:37:39 (2 years ago)
Author:
mbonetti
Message:

removed to annoying error message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/extlib/rss_dbcache.inc

    r1353 r1534  
    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    }