Changeset 5928 for temp/trunk/html/admin


Ignore:
Timestamp:
2006/09/27 09:36:31 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r5927 r5928  
    371371 
    372372    if(DB_TYPE == "pgsql"){ 
    373         $ret = $objQuery->curval($table_name, $colname); 
     373        $ret = $objQuery->currval($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.