Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 10:48 UTC
Updated:
29 May 2011 at 01:05 UTC
When trying to find all subqueues that contain a certain node using nodequeue_get_subqueues_by_node($queues, $node); all subqueues are always returned.
When delving deeper I find that the nodequeue_api_subqueues() function never executes the filtering part because it the function nodequeue_nodequeue_subqueues() doesn't exist.
What is the best way to find out which subqueues contain a certain node?
Comments
Comment #1
ezra-g commentedI'd like to take more time to extensively delve into the problem you're reporting. In the meantime, I would just query the nodequeue_nodes table directly -- It's probably more efficient, anyway.
Comment #2
amateescu commentedThis is fixed in current 6.x and 7.x dev.