Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17275/config
Modified Files:
install.php
Log Message:
small bug fix
Index: install.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/install.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** install.php 15 May 2005 20:17:03 -0000 1.21
--- install.php 15 May 2005 22:19:59 -0000 1.22
***************
*** 86,90 ****
<td>('.htmlentities($info['ver']).')'.'</td>
<td>'.htmlentities($code)."</td>";
! if(isset($_POST[$code]) == true && $_POST[$code] == "on" && !$IsInstalled) {
ofirst_dbexec_file($sqlf);
--- 86,90 ----
<td>('.htmlentities($info['ver']).')'.'</td>
<td>'.htmlentities($code)."</td>";
! if(isset($_POST[$code]) == true && $_POST[$code] == "on" && !$) {
ofirst_dbexec_file($sqlf);
|