Ignore:
Timestamp:
2006/09/27 09:34:54 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5926 r5927  
    371371 
    372372    if(DB_TYPE == "pgsql"){ 
    373         $ret = $objQuery->nextval($table_name, $colname); 
     373        $ret = $objQuery->curval($table_name, $colname); 
    374374    }else if(DB_TYPE == "mysql"){ 
    375375        $sql = "SHOW TABLE STATUS LIKE ?"; 
Note: See TracChangeset for help on using the changeset viewer.