Changeset 3364
- Timestamp:
- 08/26/2008 04:32:02 PM (3 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/drivers/Captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/drivers/Captcha.php
r3326 r3364 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
