- Timestamp:
- 08/28/2008 12:45:11 PM (3 months ago)
- Files:
-
- 1 modified
-
tags/2.2.1/system/libraries/drivers/Captcha.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/2.2.1/system/libraries/drivers/Captcha.php
r3237 r3380 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
