Ignore:
Timestamp:
2014/06/03 15:58:18 (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/SC_ClassAutoloader.php

    r23124 r23513  
    5555        } elseif ($arrClassNamePart[0] === 'SC') { 
    5656            // 処理なし 
    57         } 
    58         // PEAR用 
    59         // FIXME トリッキー 
    60         else { 
     57        } else { 
     58            // PEAR用 
     59            // FIXME トリッキー 
    6160            $classpath = ''; 
    6261            $class = str_replace('_', '/', $class); 
Note: See TracChangeset for help on using the changeset viewer.