Active
Project:
Custom Pagers
Version:
6.x-1.10-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2009 at 18:59 UTC
Updated:
1 Mar 2009 at 18:59 UTC
It would be handy for admins to debug their PHP code if the module showed a warning if:
- the pager list is empty
- the current node is trying to be in a pager, but isn't in the pager's list
custom_pager_build_nav seems to return -1 if either of these happens, but nothing's done with that value.