Closed (fixed)
Project:
Content Glider
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 13:58 UTC
Updated:
24 Jun 2009 at 16:08 UTC
Jump to comment: Most recent
@ line 163 this code checks for results, but also removes the last (current) result from the display
I have commented it out and module works fine - I know I have results
if (!db_result($results)) {
return;
}
Comments
Comment #1
Anonymous (not verified) commentedI can also confirm that commenting those lines out definitely fixes this issue.
I'd also like to state that the lines need to be commented out in the content_glider.module file.
Comment #2
drupalnesia commentedFixed applied to 6.x-1.5. The line still exist since we need to avoid empty result. We avoid last node going lost by call again the query.
Thanks for bug report.