Changeset 6180 for temp/trunk
- Timestamp:
- 2006/10/12 22:43:39 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
templates/step3.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6179 r6180 512 512 // ÆþÎÏÆâÍÆ¤Î¥Á¥§¥Ã¥¯ 513 513 function lfCheckDBError($objFormParam) { 514 global $objPage; 515 514 516 // ÆþÎϥǡ¼¥¿¤òÅϤ¹¡£ 515 517 $arrRet = $objFormParam->getHashArray(); … … 534 536 if($arrRet['db_type'] == 'mysql') { 535 537 $arrRet = $objDB->getAll("SHOW VARIABLES"); 536 sfPrintR($arrRet); 538 foreach($arrRet as $array) { 539 if($array[0] == 'version') { 540 $objPage->tpl_db_version = "MySQL" . $array[1]; 541 } 542 } 537 543 } 538 544 }
Note: See TracChangeset
for help on using the changeset viewer.
