Ignore:
Timestamp:
2013/06/08 18:59:30 (11 years ago)
Author:
Seasoft
Message:

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

  • 主に空白・空白行の調整。
File:
1 edited

Legend:

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

    r22856 r22857  
    159159        $this->arrForm      = $objFormParam->getFormParamList(); 
    160160        $this->tpl_subtitle = $this->arrTitle[$objFormParam->getValue('page')]; 
    161  
    162161    } 
    163162 
     
    727726            if (array_key_exists($date, $arrDateResults)) { 
    728727                $arrRet[] = $arrDateResults[$date]; 
    729  
    730728            } else { 
    731729                $arrRet[]['str_date'] = $date; 
     
    762760        if ($type == 'hour') { 
    763761            $arrDateList = array('00','01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23'); 
    764  
    765762        } else { 
    766763            $arrDateList = array(); 
Note: See TracChangeset for help on using the changeset viewer.