- Timestamp:
- 2006/12/04 14:39:56 (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
r10144 r10145 544 544 } 545 545 $sql .= " );"; 546 $val = str_replace("\\\"", "\"", $data); 546 // $val = str_replace("\"", "\\\"", $val); 547 $data = str_replace("\\\"", "\"", $data); 547 548 $err = $objQuery->query($sql, $data); 548 549
Note: See TracChangeset
for help on using the changeset viewer.
