Changeset 5091 for temp/trunk


Ignore:
Timestamp:
2006/09/18 18:23:43 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/index.php

    r5090 r5091  
    447447 
    448448// SQLʸ¤Î¼Â¹Ô 
    449 function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port) { 
     449function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port, $disp_err = false) { 
    450450    $arrErr = array(); 
    451451 
     
    471471                if ($val != "") { 
    472472                    $ret = $objDB->query($val); 
    473                     if(PEAR::isError($ret)) { 
     473                    if(PEAR::isError($ret) and $disp_err) { 
    474474                        $arrErr['all'] = ">> " . $ret->message . "<br>"; 
    475475                        // ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë 
Note: See TracChangeset for help on using the changeset viewer.