Ignore:
Timestamp:
2012/08/29 16:57:23 (12 years ago)
Author:
Seasoft
Message:

#1905 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/total/LC_Page_Admin_Total.php

    r22003 r22010  
    297297            } 
    298298            // 月度集計の場合に、集計期間が本日日付で上書きされてしまうのを回避するため 
    299             if ( ($objFormParam->getValue('form') == 1) && ( $out_flg == 1 ) ) { 
     299            if (($objFormParam->getValue('form') == 1) && ($out_flg == 1 )) { 
    300300                break; 
    301301            } 
     
    810810            } 
    811811            // 期間別集計の合計行の「期間」項目に不要な値が表示されてしまわない様、'合計'と表示する 
    812             if ( ($i === $max -1) && isset($arrRet[$i]['str_date']) ) { 
     812            if (($i === $max -1) && isset($arrRet[$i]['str_date'])) { 
    813813                $arrRet[$i]['str_date'] = '合計'; 
    814814            } 
Note: See TracChangeset for help on using the changeset viewer.