Looks like a new install file typo cropped up in 6.x-1.3. The semicolon at the end of line 11:
'filename' => 'option_image_0_0_0';
should be a comma:
'filename' => 'option_image_0_0_0',
Looks like a new install file typo cropped up in 6.x-1.3. The semicolon at the end of line 11:
'filename' => 'option_image_0_0_0';
should be a comma:
'filename' => 'option_image_0_0_0',
Comments
Comment #1
pillarsdotnet commentedFixed in CVS; see http://drupal.org/node/438714#comment-1503518