Changeset 5094 for temp/trunk/html
- Timestamp:
- 2006/09/18 18:25:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r5093 r5094 146 146 if ($arrRet['db_type'] == 'pgsql'){ 147 147 // ¥Ó¥å¡¼¤Îºï½ü 148 $objPage->arrErr = lfExecuteSQL("./drop_view.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port'] );148 $objPage->arrErr = lfExecuteSQL("./drop_view.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port'], false); 149 149 if(count($objPage->arrErr) == 0) { 150 150 $objPage->tpl_message.="¡û¡§¥Ó¥å¡¼¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; … … 157 157 // ¥Æ¡¼¥Ö¥ë¤Îºï½ü 158 158 if(count($objPage->arrErr) == 0) { 159 $objPage->arrErr = lfExecuteSQL("./drop_table _".$arrRet['db_type'].".sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port']);159 $objPage->arrErr = lfExecuteSQL("./drop_table.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_type'], $arrRet['db_port'], false); 160 160 if(count($objPage->arrErr) == 0) { 161 161 $objPage->tpl_message.="¡û¡§¥Æ¡¼¥Ö¥ë¤Îºï½ü¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; … … 447 447 448 448 // SQLʸ¤Î¼Â¹Ô 449 function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port, $disp_err = false) {449 function lfExecuteSQL($filepath, $db_user, $db_password, $db_server, $db_name, $db_type, $db_port, $disp_err = true) { 450 450 $arrErr = array(); 451 451
Note: See TracChangeset
for help on using the changeset viewer.
