Changeset 1598
- Timestamp:
- 2010년 02월 04일 11시 12분 01초 (2 years ago)
- File:
-
- 1 edited
-
trunk/metabbs/app/models/attachment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/metabbs/app/models/attachment.php
r1578 r1598 66 66 switch ($thumbnail_kind) { 67 67 case 4: 68 $options = array('width' => $thumbnail_width, ' width' => $thumbnail_height);68 $options = array('width' => $thumbnail_width, 'height' => $thumbnail_height); 69 69 break; 70 70 default:
Note: See TracChangeset
for help on using the changeset viewer.
