function custom_pager_build_nav reads the list from the cache like so:

$list = explode(',', $pager_cache[$pager->pid]);

But the list is stored in the cache like so, keep that consistent.

$pager_cache[$pager->pid] = $list;

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

D5 is not longer supported.