Changeset 18432 for branches/version-2/data/class/SC_Query.php
- Timestamp:
- 2009/12/07 15:08:06 (17 years ago)
- File:
-
- 1 edited
-
branches/version-2/data/class/SC_Query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2/data/class/SC_Query.php
r17642 r18432 432 432 } 433 433 // SQL文の実行 434 return $this->conn->getCol($sqlse, $col, $arrval);434 return $this->conn->getCol($sqlse, 0, $arrval); 435 435 } 436 436
Note: See TracChangeset
for help on using the changeset viewer.
