Ignore:
Timestamp:
2006/09/27 09:39:15 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Query.php

    r5928 r5929  
    363363    } 
    364364     
    365     function curval($table, $colname) { 
     365    function currval($table, $colname) { 
    366366        $sql = ""; 
    367367        if (DB_TYPE == "pgsql") { 
Note: See TracChangeset for help on using the changeset viewer.