Changeset 5106
- Timestamp:
- 2006/09/19 09:30:50 (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
r5105 r5106 468 468 $sql_split = split(";",$sql); 469 469 foreach($sql_split as $key => $val){ 470 if ( $val!= "") {470 if (trim($val) != "") { 471 471 sfprintr($val); 472 472 $ret = $objDB->query($val);
Note: See TracChangeset
for help on using the changeset viewer.
