Changeset 21951 for branches/version-2_12-dev/data/class/helper
- Timestamp:
- 2012/07/02 21:04:24 (14 years ago)
- Location:
- branches/version-2_12-dev/data/class/helper
- Files:
-
- 2 edited
-
SC_Helper_PageLayout.php (modified) (1 diff)
-
SC_Helper_Purchase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/helper/SC_Helper_PageLayout.php
r21935 r21951 68 68 69 69 // 該当ページのブロックを取得し, 配置する 70 $masterData = new SC_DB_MasterData ();70 $masterData = new SC_DB_MasterData_Ex(); 71 71 $arrTarget = $masterData->getMasterData('mtb_target'); 72 72 $arrBlocs = $this->getBlocPositions($device_type_id, $objPage->arrPageLayout['page_id']); -
branches/version-2_12-dev/data/class/helper/SC_Helper_Purchase.php
r21943 r21951 648 648 */ 649 649 function getDateArray($start_day, $end_day) { 650 $masterData = new SC_DB_MasterData ();650 $masterData = new SC_DB_MasterData_Ex(); 651 651 $arrWDAY = $masterData->getMasterData('mtb_wday'); 652 652 //お届け可能日のスタート値がセットされていれば
Note: See TracChangeset
for help on using the changeset viewer.
