Changeset 5929 for temp/trunk
- Timestamp:
- 2006/09/27 09:39:15 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_Query.php (modified) (1 diff)
-
html/admin/system/bkup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Query.php
r5928 r5929 363 363 } 364 364 365 function cur val($table, $colname) {365 function currval($table, $colname) { 366 366 $sql = ""; 367 367 if (DB_TYPE == "pgsql") { -
temp/trunk/html/admin/system/bkup.php
r5928 r5929 371 371 372 372 if(DB_TYPE == "pgsql"){ 373 $ret = $objQuery-> currval($table_name, $colname);373 $ret = $objQuery->nextval($table_name, $colname) - 1; 374 374 }else if(DB_TYPE == "mysql"){ 375 375 $sql = "SHOW TABLE STATUS LIKE ?";
Note: See TracChangeset
for help on using the changeset viewer.
