Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7411/class
Modified Files:
RSS.php
Log Message:
fixed update bug
Index: RSS.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/class/RSS.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** RSS.php 23 Sep 2004 19:06:58 -0000 1.37
--- RSS.php 29 Sep 2004 16:40:33 -0000 1.38
***************
*** 980,984 ****
//put logger here
if(!$feed)
! return;
$this->_cached = date("Y-m-d G:i:s");
$this->_content = NULL;
--- 980,984 ----
//put logger here
if(!$feed)
! continue;
$this->_cached = date("Y-m-d G:i:s");
$this->_content = NULL;
|