Closed (fixed)
Project:
Upload Image
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2007 at 14:49 UTC
Updated:
12 Sep 2007 at 20:42 UTC
Error:
PHP Parse error: syntax error, unexpected T_DOUBLE_ARROW in /var/www/html/drupal/sites/all/modules/upload_image/upload_image.module on line 18
Before: Line 18
'attributes' => array('title' => t('Read parent post to view all attached images.', 'html' => TRUE))
After: Moved ')'
'attributes' => array('title' => t('Read parent post to view all attached images.'), 'html' => TRUE)
Please verify fix.
- jj
Comments
Comment #1
drewish commentedthat's correct. i've committed the fix to CVS.
*sheesh* that'll teach me not to create a release after committing code no matter how simple it is... i'll hold off on creating a new one until there's a little more testing.
Comment #2
jamesJonas commentedI'm happy to be your crash dummy. Thanks for the module.
-jj
Comment #3
(not verified) commented