Changeset 17743
- Timestamp:
- 2009/01/17 10:51:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/admin/contents/LC_Page_Admin_Contents_Campaign.php
r17675 r17743 143 143 // キャンペーン期間用 144 144 $objDate = new SC_Date(); 145 $this->arrYear = $objDate->getYear( );145 $this->arrYear = $objDate->getYear(min(date('Y'), $this->arrForm['start_year'])); 146 146 $this->arrMonth = $objDate->getMonth(); 147 147 $this->arrDay = $objDate->getDay();
Note: See TracChangeset
for help on using the changeset viewer.