Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7411/conf
Modified Files:
boost.php
Log Message:
fixed update bug
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/conf/boost.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** boost.php 23 Sep 2004 19:06:59 -0000 1.20
--- boost.php 29 Sep 2004 16:41:06 -0000 1.21
***************
*** 30,34 ****
$user_mod = 0;
$active = "on";
! $version = "0.3.6";
$depend = array("menuman", "search");
--- 30,34 ----
$user_mod = 0;
$active = "on";
! $version = "0.3.7";
$depend = array("menuman", "search");
|