Changeset 5802 for temp/trunk
- Timestamp:
- 2006/09/25 17:51:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5801 r5802 287 287 foreach($arrColList['col_def'] as $key => $val){ 288 288 289 sfprintr(substr($val,0,9));290 289 if (substr($val,0,9) == $match) { 291 290 $col = $arrColList['col_name'][$key]; … … 339 338 $arrData = $objQuery->query($sql, $table_name); 340 339 $ret = $arrData['Auto_increment']; 340 341 sfprintr($ret); 341 342 } 342 343 return $ret;
Note: See TracChangeset
for help on using the changeset viewer.
