From: Greg M. <bli...@us...> - 2004-11-24 21:23:55
|
Update of /cvsroot/phpwsscoreboard/scoreboard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24258 Modified Files: index.php Log Message: Getting ready for phpWebSite 0.10.0 and removed deprecated defines Index: index.php =================================================================== RCS file: /cvsroot/phpwsscoreboard/scoreboard/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 6 Dec 2003 05:11:50 -0000 1.2 --- index.php 24 Nov 2004 21:23:45 -0000 1.3 *************** *** 2,11 **** /** * @version $Id$ ! * @author Greg Meiste <me...@NO...> */ if (!($row = $GLOBALS["core"]->sqlSelect("mod_boost_version", "mod_title", $mod_title))) { } ! else if ($row[0]['version'] != "0.94") { } else { --- 2,12 ---- /** * @version $Id$ ! * @author Greg Meiste <blindman1344 [at] users dot sourceforge dot net> */ if (!($row = $GLOBALS["core"]->sqlSelect("mod_boost_version", "mod_title", $mod_title))) { } ! // Check to see if latest version running - if not... don't run module to prevent breakage ! else if ($row[0]['version'] != "0.95") { } else { *************** *** 134,136 **** } ! ?> --- 135,137 ---- } ! ?> \ No newline at end of file |