Changeset 1841 in ExiteCMS for trunk/administration/db_backup.php
- Timestamp:
- 10/09/08 13:25:17 (4 years ago)
- File:
-
- 1 edited
-
trunk/administration/db_backup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/db_backup.php
r1833 r1841 223 223 } 224 224 } 225 if ($ins_count )> 0) {225 if ($ins_count > 0) { 226 226 if (preg_match("/INSERT INTO `(.*?)`/i",$line,$tmp) <> 0) { 227 227 $ins = $tmp[1];
Note: See TracChangeset
for help on using the changeset viewer.
