Ignore:
Timestamp:
2014/06/03 15:58:18 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_PageLayout.php

    r23305 r23513  
    5050            $url = preg_replace('|^' . preg_quote(ROOT_URLPATH) . '|', '', $url); 
    5151            $arrPageData = $this->getPageProperties($device_type_id, null, 'url = ?', array($url)); 
    52         } 
    5352        // プレビューの場合は, プレビュー用のデータを取得 
    54         else { 
     53        } else { 
    5554            $arrPageData = $this->getPageProperties($device_type_id, 0); 
    5655        } 
Note: See TracChangeset for help on using the changeset viewer.