From: Tony M. <cl...@us...> - 2004-04-02 19:11:33
|
Update of /cvsroot/phpwebsite-comm/modules/quotes/boost In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17801/quotes/boost Modified Files: install.php uninstall.php update.php Log Message: Minor bug fixes and reorganization. Index: update.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/quotes/boost/update.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** update.php 18 Jan 2004 02:21:09 -0000 1.2 --- update.php 2 Apr 2004 18:58:50 -0000 1.3 *************** *** 1,16 **** - <?php - /* update.php - Script to update the module when changes are made */ - - if (!$_SESSION["OBJ_user"]->isDeity()){ - header("location:index.php"); - exit(); - } - - $status = 1; - - if ($currentVersion < "0.2.1") { - $content .= "Updating Quotes Module to Version 0.2.1<br />"; - $content .= "Local references for includes in runtime.php fixed.<br />"; - } - - ?> --- 0 ---- |