Ignore:
Timestamp:
2013/02/18 19:09:54 (13 years ago)
Author:
shutta
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.12.4)
Zend Framework PHP 標準コーディング規約のコーディングスタイルへ準拠。
classおよびfunctionの開始波括弧「{」のスタイルを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_InstallView.php

    r22206 r22567  
    2222 */ 
    2323 
    24 class SC_InstallView extends SC_View_Ex { 
    25     function __construct($template_dir, $compile_dir = COMPILE_REALDIR) { 
     24class SC_InstallView extends SC_View_Ex  
     25{ 
     26    function __construct($template_dir, $compile_dir = COMPILE_REALDIR) 
     27    { 
    2628        parent::__construct(); 
    2729 
Note: See TracChangeset for help on using the changeset viewer.