wrong quotes in line 210
schnizZzla - January 21, 2008 - 11:00
| Project: | Image watermark |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Description
discovered in http://drupal.org/node/212187
line 210:
drupal_set_message('Function $function does not exist. Watermarking cannot be done. Please make sure that you are running PHP 4.3 or higher, or that you (or your hosting provider) manually compile the GD library into your PHP installation. You also need PHP to be compiled with --enable-exif.', 'error'); wrong quotes, replace single quote ' with "
otherwise $function is displayed instead of the functions name
