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;
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
Comment #1
quicksketchD5 is not longer supported.