We have a bogus call to pager_query() that actually executes an SQL query or two for no purpose whatsoever. Instead, we should just write a helper function since this is missing from core.

Comments

pwolanin’s picture

Title: Replace bogus use of page_query() » Replace bogus use of pager_query()
Status: Active » Needs review
StatusFileSize
new3.27 KB
pwolanin’s picture

StatusFileSize
new2.38 KB

oops part of another patch in there

pwolanin’s picture

Version: 6.x-1.x-dev » 6.x-2.x-dev
Status: Needs review » Patch (to be ported)
robertdouglass’s picture

Version: 6.x-2.x-dev » 5.x-2.x-dev

#667110 by pwolanin: Fixed Replace bogus use of pager_query().

Good idea. Committed to 6.2

claudiu.cristea’s picture

Status: Patch (to be ported) » Fixed
StatusFileSize
new4.36 KB

Committed to DRUPAL-5--2, in #318126.

Patch attached.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

jpmckinney’s picture