Changeset 17294 for branches/comu-ver2/data/class/helper/SC_Helper_CSV.php
- Timestamp:
- 2008/04/30 19:06:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/helper/SC_Helper_CSV.php
r17156 r17294 114 114 115 115 // 規格分類名一覧 116 if ( !empty($arrOutputCols['classcategory_id1']) || !empty($arrOutputCols['classcategory_id2'])) {116 if (in_array('classcategory_id1', $arrOutputCols) || in_array('classcategory_id2', $arrOutputCols)) { 117 117 $arrClassCatName = $objDb->sfGetIDValueList("dtb_classcategory", "classcategory_id", "name"); 118 118 }
Note: See TracChangeset
for help on using the changeset viewer.