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

blank

File:
1 edited

Legend:

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

    r5798 r5799  
    280280     
    281281    if(DB_TYPE == "pgsql"){ 
     282        $match = 'nextval(\''; 
     283    }else if(DB_TYPE == "mysql"){ 
    282284        $match = "auto_incr"; 
    283     }else if(DB_TYPE == "mysql"){ 
    284         $match = 'nextval(\''; 
    285285    } 
    286286 
Note: See TracChangeset for help on using the changeset viewer.