From: Wendall C. <wen...@us...> - 2005-01-05 22:02:33
|
Update of /cvsroot/phpwsbb/phpwsbb/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5658/boost Modified Files: update.php Log Message: version change to 0.10.1 Index: update.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/boost/update.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** update.php 25 Oct 2004 17:35:22 -0000 1.46 --- update.php 5 Jan 2005 22:02:24 -0000 1.47 *************** *** 319,322 **** --- 319,326 ---- $content .= 'There was a problem creating the phpwsBB User Information table.<br />'; } + if(version_compare($currentVersion, '1.0.1') < 0) { + $content .= 'Small bug fixes. Language filtering should now work.<br />'; + $content .= 'You can now uninstall, even though we highly recommend not doing so. ;)'; + } ?> |