In section 6, the 2nd section of custom code for placing the form in a node, there is a missing comma

print extra_voting_forms_show_form($node, 'n'3, 'big');
should be:
print extra_voting_forms_show_form($node, 'n', 3, 'big');

Comments

mercmobily’s picture

Status: Active » Closed (fixed)

Hi,

Fixed in DRUPAL-5. It's minor - I won't create a new major release for this one. It will be rolled out soon enough though.

THANKS!

Merc,