Closed (fixed)
Project:
Extra Voting Forms
Version:
5.x-1.1
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2008 at 12:12 UTC
Updated:
6 Jan 2008 at 12:22 UTC
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
Comment #1
mercmobily commentedHi,
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,