Changeset 17004 for trunk/admin/include/image.class.php
- Timestamp:
- Jul 25, 2012, 12:32:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/image.class.php
r16936 r17004 560 560 function rotate($rotation) 561 561 { 562 if (empty($rotation)) 563 { 564 return true; 565 } 566 562 567 if ($rotation==90 || $rotation==270) 563 568 {
Note: See TracChangeset
for help on using the changeset viewer.