Changeset 6253 for temp/trunk/html
- Timestamp:
- 2006/10/13 13:00:13 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6252 r6253 578 578 foreach($sql_split as $key => $val){ 579 579 if (trim($val) != "") { 580 581 gfPrintLog("nn", "./temp/install.log"); 582 580 583 $ret = $objDB->query($val); 584 585 gfPrintLog("nn", "./temp/install.log"); 586 581 587 if(PEAR::isError($ret) && $disp_err) { 582 588 $arrErr['all'] = ">> " . $ret->message . "<br>";
Note: See TracChangeset
for help on using the changeset viewer.
