Changeset 20322
- Timestamp:
- 2011/02/22 11:14:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Holiday.php
r20321 r20322 258 258 $arrval[] = $post['holiday_id']; 259 259 } 260 $arrRet = $objQuery->select("count(holiday_id) ", "dtb_holiday", $where, $arrval);260 $arrRet = $objQuery->select("count(holiday_id) as count", "dtb_holiday", $where, $arrval); 261 261 262 262 // 編集中のレコード以外に同じ日付が存在する場合
Note: See TracChangeset
for help on using the changeset viewer.