- Timestamp:
- 2010/10/02 14:21:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/helper/SC_Helper_CSV.php
r18820 r18843 64 64 * @return array CSV 項目の配列 65 65 */ 66 function sfgetCsvOutput($csv_id = "", $where = "", $arrVal = array()){66 function sfgetCsvOutput($csv_id = "", $where = '0=0', $arrVal = array()){ 67 67 $objQuery = new SC_Query(); 68 68 $ret = array();
Note: See TracChangeset
for help on using the changeset viewer.