Good catch! Didn't notice there was a missing bracket.
Best,
Cent
Quote:
Originally Posted by aaronpais In image_upload_settings.php,
replace PHP Code: define('module_imageupload_field_instructions', 'Select a JPG, GIF, PNG or WBMP photo from your computer (Max '.module_imageupload_upload_maxsize.'MB and '.module_imageupload_upload_maxwidth.'x'.module_imageupload_upload_maxheight.' dimensions'); # Field instructions
with PHP Code: define('module_imageupload_field_instructions', 'Select a JPG, GIF, PNG or WBMP photo from your computer (Max '.module_imageupload_upload_maxsize.'MB and '.module_imageupload_upload_maxwidth.'x'.module_imageupload_upload_maxheight.' dimensions)'); # Field instructions
Best
-A |