From: <cl...@us...> - 2004-01-18 02:21:17
|
Update of /cvsroot/phpwebsite-comm/modules/quotes/conf In directory sc8-pr-cvs1:/tmp/cvs-serv25282/quotes/conf Modified Files: boost.php Log Message: Fixed the problem with local directories in runtime.php (n00b error :P) Index: boost.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/quotes/conf/boost.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** boost.php 19 Dec 2003 15:43:56 -0000 1.1.1.1 --- boost.php 18 Jan 2004 02:21:13 -0000 1.2 *************** *** 8,12 **** /* The version of your module. Make sure to increment this on updates */ ! $version = "0.2"; /* The unix style name for your module */ --- 8,12 ---- /* The version of your module. Make sure to increment this on updates */ ! $version = "0.2.1"; /* The unix style name for your module */ |