Ignore:
Timestamp:
2009/04/09 19:46:35 (15 years ago)
Author:
Seasoft
Message:

SC_Query#getCol の汎用性を向上

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/class/SC_Query.php

    r17878 r17958  
    391391        } 
    392392        // SQL文の実行 
    393         return $this->conn->getCol($sqlse, $col, $arrval); 
     393        return $this->conn->getCol($sqlse, 0, $arrval); 
    394394    } 
    395395 
Note: See TracChangeset for help on using the changeset viewer.