Changeset 16679
- Timestamp:
- 2007/11/04 22:48:57 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/index.php
r16678 r16679 407 407 $arrDirs = array($val); 408 408 } 409 409 410 410 foreach ($arrDirs as $path) { 411 411 if(file_exists($path)) { … … 787 787 $sql_split = split(";",$sql); 788 788 foreach($sql_split as $key => $val){ 789 echo ' '; 789 790 if (trim($val) != "") { 790 791 $ret = $objDB->query($val);
Note: See TracChangeset
for help on using the changeset viewer.