Changeset 13539
- Timestamp:
- 11/21/07 17:52:21 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.datamanager2/exec/captcha.php
r5278 r13539 42 42 //$result = $captcha->init($width, $height, $passphrase, $options); 43 43 $result = $captcha->init($height, $width, $passphrase, $options); 44 45 44 if (PEAR::isError($result)) 46 45 { … … 55 54 { 56 55 $_MIDCOM->generate_error(MIDCOM_ERRCRIT, 57 'Failed to generate Captcha, captcha rendering failed. ');56 'Failed to generate Captcha, captcha rendering failed. <br /><strong>Reason</strong>: '.$image->getMessage()); 58 57 // This will exit. 59 58 }
