Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/preview/LC_Page_Preview.php

    r20534 r20538  
    5757        SC_Utils_Ex::sfIsSuccess($objSess); 
    5858 
    59         if (isset($_SESSION['preview']) && $_SESSION['preview'] === "ON") { 
     59        if (isset($_SESSION['preview']) && $_SESSION['preview'] === 'ON') { 
    6060            // プレビュー用のレイアウトデザインを取得 
    6161            $objLayout = new SC_Helper_PageLayout_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.