Changeset 3370
- Timestamp:
- 08/27/2008 05:43:37 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/classes/captcha/driver.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/classes/captcha/driver.php
r3366 r3370 118 118 { 119 119 // Create the image using the right function for the filetype 120 $function = 'imagecreatefrom'.$this->image_type($ filename);120 $function = 'imagecreatefrom'.$this->image_type($background); 121 121 $this->background_image = $function($background); 122 122
