Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/inc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20512/inc
Modified Files:
runtime.php
Log Message:
added multi-view ability to organize feeds by date
Index: runtime.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/inc/runtime.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** runtime.php 2 Sep 2004 17:48:58 -0000 1.10
--- runtime.php 23 Sep 2004 19:07:02 -0000 1.11
***************
*** 28,33 ****
//Check to see if items need updated
if (isset($_SESSION['PHPWSRSSFEEDS']['update'])){
! RSS::update_server();
! unset($_SESSION['PHPWSRSSFEEDS']['update']);
}
--- 28,33 ----
//Check to see if items need updated
if (isset($_SESSION['PHPWSRSSFEEDS']['update'])){
! RSS::update_server();
! unset($_SESSION['PHPWSRSSFEEDS']['update']);
}
|