Changeset 1863
- Timestamp:
- 01/29/2008 09:59:11 AM (11 months ago)
- Location:
- trunk/system/libraries
- Files:
-
- 2 modified
-
Image.php (modified) (1 diff)
-
drivers/Image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Image.php
r1848 r1863 320 320 { 321 321 // Only numbers and percent signs 322 if ( ! preg_match('/ [0-9]+%$/', $value))322 if ( ! preg_match('/^[0-9]++%$/D', $value)) 323 323 return FALSE; 324 324 } -
trunk/system/libraries/drivers/Image.php
r1827 r1863 121 121 122 122 /** 123 * Rotate an image. Valid ateamounts are -180 to 180.123 * Rotate an image. Valid amounts are -180 to 180. 124 124 * 125 125 * @param integer amount to rotate
