Project:Ubercart Option Images
Version:6.x-1.4
Component:Code
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

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

#1

Status:active» closed (duplicate)

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

nobody click here