Hi,
There is an error in the .install file of this module on line #11. It's a typo, obviously. You need to change the ';' to ',' in the end of that line.

'filename' => 'option_image_0_0_0';

need to change as

'filename' => 'option_image_0_0_0',

Comments

pillarsdotnet’s picture

Status: Active » Closed (duplicate)

Fixed in CVS; will package a 1.5 version shortly. See http://drupal.org/node/438714#comment-1503518