Changeset 5802 for temp/trunk


Ignore:
Timestamp:
2006/09/25 17:51:21 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/system/bkup.php

    r5801 r5802  
    287287    foreach($arrColList['col_def'] as $key => $val){ 
    288288         
    289         sfprintr(substr($val,0,9)); 
    290289        if (substr($val,0,9) == $match) { 
    291290            $col = $arrColList['col_name'][$key]; 
     
    339338        $arrData = $objQuery->query($sql, $table_name); 
    340339        $ret = $arrData['Auto_increment']; 
     340         
     341        sfprintr($ret); 
    341342    } 
    342343    return $ret; 
Note: See TracChangeset for help on using the changeset viewer.