Ignore:
Timestamp:
2014/06/03 15:26:11 (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/util/SC_Utils.php

    r23507 r23508  
    18531853                = is_numeric(ini_get('max_execution_time')) 
    18541854                ? intval(ini_get('max_execution_time')) 
    1855                 : intval(get_cfg_var('max_execution_time')) 
    1856             ; 
     1855                : intval(get_cfg_var('max_execution_time')); 
    18571856        } 
    18581857 
Note: See TracChangeset for help on using the changeset viewer.