Changeset 5091 for temp/trunk
- Timestamp:
- 2006/09/18 18:23:43 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5090 r5091 447 447 448 448 // SQLʸ¤Î¼Â¹Ô 449 function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port ) {449 function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port, $disp_err = false) { 450 450 $arrErr = array(); 451 451 … … 471 471 if ($val != "") { 472 472 $ret = $objDB->query($val); 473 if(PEAR::isError($ret) ) {473 if(PEAR::isError($ret) and $disp_err) { 474 474 $arrErr['all'] = ">> " . $ret->message . "<br>"; 475 475 // ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
