@ 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

Anonymous’s picture

I 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.

drupalnesia’s picture

Status: Active » Closed (fixed)

Fixed 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.