Changeset 17552 for branches/comu-ver2/html/install/index.php
- Timestamp:
- 2008/08/22 21:02:42 (18 years ago)
- File:
-
- 1 edited
-
branches/comu-ver2/html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/install/index.php
r17477 r17552 762 762 $sql_split = split(";",$sql); 763 763 foreach($sql_split as $key => $val){ 764 echo ' ';764 SC_Utils::sfFlush(); 765 765 if (trim($val) != "") { 766 766 $ret = $objDB->query($val);
Note: See TracChangeset
for help on using the changeset viewer.
