As I understand, in actions/usergroups.php, $cnt - is a count of rendered groups, and it stops when $cnt == GROUPS_PER_PAGE (in lib/grouplist.php). So, how pagination links can be rendered with $cnt > GROUPS_PER_PAGE? But everything works fine with this patch:
http://server.pztrn.ru/paste/220So, can this problem be related to php 5.4 I'm using, or I miss configuration options?