Closed (fixed)
Project:
Webform
Version:
6.x-3.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2010 at 06:14 UTC
Updated:
19 Apr 2010 at 15:20 UTC
No webforms show up on the Molloms settings form. This is due to a small typo in the implementation of hook_mollom_form_list:
while ($node = db_fetch_object($node)) {
should be
while ($node = db_fetch_object($result)) {
| Comment | File | Size | Author |
|---|---|---|---|
| webform-mollom-typo.patch | 886 bytes | davyvdb |
Comments
Comment #1
dave reidLooks good and fixes a small but important oopsie. :)
Comment #2
quicksketchHuh. I wonder how that happened. Thanks Davy Van Den Bremt! Committed.
Comment #3
quicksketch