View Single Post
  #7 (permalink)  
Old 06-19-2007, 09:24 PM
cent's Avatar
cent cent is offline
Constant Pligger
 
Join Date: Jan 2007
Location: New York, NY
Posts: 180
Good catch! Didn't notice there was a missing bracket.

Best,
Cent

Quote:
Originally Posted by aaronpais View Post
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
Reply With Quote