Closed (fixed)
Project:
Content Management Filter
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Mar 2009 at 15:05 UTC
Updated:
20 Jul 2009 at 14:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThe attached patch should fix this issue, it removes the spaces in front of some queries which confused Drupal's pager function.
Comment #2
jolidog commentedCool. Works great now!
Thank you!
Comment #3
jannalexx commentedthis one solves a missing pager issue here
changing
...query('
SELECT....
to ...query('SELECT....
everyware
pager is enabled again
nice, and confirmed, you can commit to next release
Comment #4
nancydruMarked #324351: Pager not keeping accurate records on filter as duplicate.
Comment #5
nancydruSee patch in #517880-1: Coding standards
Comment #6
nancydruCommitted to both -dev versions.
Comment #7
nancydruIncluded in new release.