Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.0-rc1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2008 at 12:40 UTC
Updated:
27 Aug 2008 at 18:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
balord commentedon line 1554 of nodequeue.module, $role_args is used in the
db_placeholders()function, but $role_args is not defined. anymore (looks like it was last seen in 1.45 or so).I believe it should be just $roles instead of $role_args?
Comment #2
olav commentedHere is a patch that changes $role_args to $roles.
Comment #3
ezra-g commentedWorks for me.
It also seems to resolve #167465: SQL warnings when user has manipulate queue permission. Were either of you observing SQL errors as described in that issue?
Comment #4
fletchgqc commentedWasn't experiencing issue #167465, sorry can't comment. Sorry I'm not even in a position to test that your patch works right now but it sounds from other comments like it does!
Comment #5
ezra-g commentedCommitted, thanks! Catch this in the next release candidate.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.