[Openfirst-cvscommit] base/config install.php,1.21,1.22
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 22:20:08
|
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); |