Ignore:
Timestamp:
2012/06/19 18:01:38 (14 years ago)
Author:
pineray
Message:

#1669 #1859 初期化漏れ、無駄な変数等

File:
1 edited

Legend:

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

    r21867 r21926  
    8585 
    8686        //拡張子取得 
    87         if (!$ext) { 
    88             $array_ext = explode('.', $FromImgPath); 
    89             $ext = $array_ext[count($array_ext) - 1]; 
    90         } 
     87        $array_ext = explode('.', $FromImgPath); 
     88        $ext = $array_ext[count($array_ext) - 1]; 
    9189 
    9290        $MW = $ThmMaxWidth; 
Note: See TracChangeset for help on using the changeset viewer.