- Timestamp:
- 2006/09/25 10:55:41 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5672 r5673 216 216 foreach($array as $key => $val) { 217 217 if ($val == "") { 218 $line .= " ".null.",";218 $line .= "NULL,"; 219 219 }else{ 220 220 $line .= "'".$val."',";
Note: See TracChangeset
for help on using the changeset viewer.
