Changeset 21926 for branches/version-2_12-dev/data/class/SC_Image.php
- Timestamp:
- 2012/06/19 18:01:38 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Image.php
r21867 r21926 85 85 86 86 //拡張子取得 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]; 91 89 92 90 $MW = $ThmMaxWidth;
Note: See TracChangeset
for help on using the changeset viewer.
