Changeset 5089 for temp/trunk
- Timestamp:
- 2006/09/18 18:22:31 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_FormParam.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_FormParam.php
r1328 r5089 106 106 } 107 107 } 108 108 109 109 function toLower($key) { 110 110 $cnt = 0; -
temp/trunk/html/install/index.php
r5088 r5089 470 470 foreach($sql_split as $key => $val){ 471 471 if ($val != "") { 472 473 $ret = $objDB->query($val); 474 if(PEAR::isError($ret)) { 475 $arrErr['all'] = ">> " . $ret->message . "<br>"; 476 // ¥¨¥é¡¼Ê¸¤ò¼èÆÀ¤¹¤ë 477 ereg("\[(.*)\]", $ret->userinfo, $arrKey); 478 $arrErr['all'].= $arrKey[0] . "<br>"; 479 $objPage->update_mess.=">> ¥Æ¡¼¥Ö¥ë¹½À®¤ÎÊѹ¹¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£<br>"; 480 gfPrintLog($ret->userinfo, "./temp/install.log"); 481 } 472 $ret = $objDB->query($val); 482 473 } 483 474 }
Note: See TracChangeset
for help on using the changeset viewer.
