Changeset 6254 for temp/trunk/html
- Timestamp:
- 2006/10/13 13:00:52 (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
r6253 r6254 561 561 function lfExecuteSQL($filepath, $dsn, $disp_err = true) { 562 562 $arrErr = array(); 563 563 564 gfPrintLog("nn", "./temp/install.log"); 565 564 566 if(!file_exists($filepath)) { 565 567 $arrErr['all'] = ">> ¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"; … … 578 580 foreach($sql_split as $key => $val){ 579 581 if (trim($val) != "") { 580 581 gfPrintLog("nn", "./temp/install.log");582 583 582 $ret = $objDB->query($val); 584 585 gfPrintLog("nn", "./temp/install.log");586 587 583 if(PEAR::isError($ret) && $disp_err) { 588 584 $arrErr['all'] = ">> " . $ret->message . "<br>";
Note: See TracChangeset
for help on using the changeset viewer.
