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/SC_Initial.php

    r20534 r20538  
    183183    function defineConstants() { 
    184184 
    185         $errorMessage = "<div style='color: #F00; font-weight: bold; " 
    186             . "background-color: #FEB; text-align: center'>" 
     185        $errorMessage 
     186            = '<div style="color: #F00; font-weight: bold; background-color: #FEB; text-align: center">' 
    187187            . CACHE_REALDIR 
    188             . " にユーザ書込み権限(777等)を付与して下さい。</div>"; 
     188            . ' にユーザ書込み権限(777等)を付与して下さい。</div>'; 
    189189 
    190190        // 定数を設定 
     
    197197            $mtb_constants = file_get_contents(CACHE_REALDIR . "../mtb_constants_init.php"); 
    198198            if (is_writable(CACHE_REALDIR)) { 
    199                 $handle = fopen(CACHE_REALDIR . "mtb_constants.php", "w"); 
     199                $handle = fopen(CACHE_REALDIR . "mtb_constants.php", 'w'); 
    200200                if (!$handle) { 
    201201                    die($errorMessage); 
Note: See TracChangeset for help on using the changeset viewer.