Changeset 5682 for temp/trunk/html
- Timestamp:
- 2006/09/25 12:05:30 (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
r5681 r5682 252 252 253 253 foreach($arrColList['defval'] as $key => $val){ 254 sfprintr(substr($val,0,10)); 255 if (substr($val,0,10) == 'nextval(\'') { 254 if (substr($val,0,9) == 'nextval(\'') { 256 255 sfprintr($val); 257 256 }
Note: See TracChangeset
for help on using the changeset viewer.
