Ignore:
Timestamp:
2013/06/08 16:35:27 (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/SC_MobileImage.php

    r22567 r22856  
    3030 * 画像変換クラス 
    3131 */ 
    32 class SC_MobileImage  
     32class SC_MobileImage 
    3333{ 
    3434    /** 
     
    4141    static function handler($buffer) 
    4242    { 
    43  
    4443        // 端末情報を取得する 
    4544        $carrier = SC_MobileUserAgent_Ex::getCarrier(); 
     
    4847        // 携帯電話の場合のみ処理を行う 
    4948        if ($carrier !== FALSE) { 
    50  
    5149            // HTML中のIMGタグを取得する 
    5250            $images = array(); 
     
    113111            } 
    114112        } 
     113 
    115114        return $buffer; 
    116115    } 
Note: See TracChangeset for help on using the changeset viewer.