Ignore:
Timestamp:
2014/10/12 09:43:51 (12 years ago)
Author:
Seasoft
Message:

#2635 (無駄な処理を改善する for 2.13.4)

  • date() 第2引数は省略可
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/pages/admin/order/LC_Page_Admin_Order_Edit.php

    r23564 r23647  
    110110        $this->arrDayShippingDate = $objShippingDate->getDay(true); 
    111111 
    112         $objBirthDate = new SC_Date_Ex(BIRTH_YEAR, date('Y', strtotime('now'))); 
     112        $objBirthDate = new SC_Date_Ex(BIRTH_YEAR, date('Y')); 
    113113        $this->arrBirthYear = $objBirthDate->getYear('', START_BIRTH_YEAR, ''); 
    114114        $this->arrBirthMonth = $objBirthDate->getMonth(true); 
Note: See TracChangeset for help on using the changeset viewer.