Changeset 322


Ignore:
Timestamp:
04/29/12 17:42:17 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix buglet in group list that caused pagination to break

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r320 r322  
    19901990  my $glist = getGroupList($dbh, (childlist => $childlist, curgroup => $curgroup,
    19911991        filter => ($filter ? $filter : undef), startwith => ($startwith ? $startwith : undef),
    1992         sortby => $sortby, sortorder => $sortorder) );
     1992        offset => $webvar{offset}, sortby => $sortby, sortorder => $sortorder) );
    19931993
    19941994  $page->param(grouptable => $glist);
Note: See TracChangeset for help on using the changeset viewer.