Changeset 5075 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/09/18 17:52:39 (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
r5074 r5075 64 64 $objPage->arrErr = lfCheckDBError($objDBParam); 65 65 66 sfprintr($_POST);67 68 66 if(count($objPage->arrErr) == 0) { 69 67 $objPage = lfDispStep3($objPage); … … 77 75 $arrRet = $objDBParam->getHashArray(); 78 76 // ¥Æ¡¼¥Ö¥ë¤ÎºîÀ® 79 $objPage->arrErr = lfExecuteSQL("./create_table_mysql.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'] );77 $objPage->arrErr = lfExecuteSQL("./create_table_mysql.sql", $arrRet['db_user'], $arrRet['db_password'], $arrRet['db_server'], $arrRet['db_name'], $arrRet['db_port']); 80 78 if(count($objPage->arrErr) == 0) { 81 79 $objPage->tpl_message.="¡û¡§¥Æ¡¼¥Ö¥ë¤ÎºîÀ®¤ËÀ®¸ù¤·¤Þ¤·¤¿¡£<br>"; … … 415 413 // ÆþÎϥǡ¼¥¿¤òÅϤ¹¡£ 416 414 $arrRet = $objFormParam->getHashArray(); 415 416 sfprintr($arrRet);exit; 417 417 $objErr = new SC_CheckError($arrRet); 418 418 $objErr->arrErr = $objFormParam->checkError();
Note: See TracChangeset
for help on using the changeset viewer.
