- Timestamp:
- 2007/10/26 12:04:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Change.php
r16375 r16573 200 200 $objView = new SC_MobileView(); 201 201 $this->objDate = new SC_Date(START_BIRTH_YEAR, date("Y",strtotime("now"))); 202 $this->arrYear = $this->objDate->getYear(); 203 $this->arrMonth = $this->objDate->getMonth(); 204 $this->arrDay = $this->objDate->getDay(); 205 202 206 $this->objQuery = new SC_Query(); 203 207 $this->objCustomer = new SC_Customer();
Note: See TracChangeset
for help on using the changeset viewer.