Update of /cvsroot/phpwsscoreboard/scoreboard
In directory sc8-pr-cvs1:/tmp/cvs-serv9240
Modified Files:
index.php
Log Message:
Changes for phpWebSite 0.9.3-2
Index: index.php
===================================================================
RCS file: /cvsroot/phpwsscoreboard/scoreboard/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.php 30 Jul 2003 14:39:16 -0000 1.1.1.1
--- index.php 6 Dec 2003 05:11:50 -0000 1.2
***************
*** 7,11 ****
if (!($row = $GLOBALS["core"]->sqlSelect("mod_boost_version", "mod_title", $mod_title))) {
}
! else if ($row[0]['version'] != "0.93") {
}
else {
--- 7,11 ----
if (!($row = $GLOBALS["core"]->sqlSelect("mod_boost_version", "mod_title", $mod_title))) {
}
! else if ($row[0]['version'] != "0.94") {
}
else {
|