- Timestamp:
- 10/07/11 16:00:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r137 r138 1535 1535 # on a page showing nothing. 1536 1536 # For bonus points, this reverts to the original offset on clicking the "All" link (mostly) 1537 $offset-- while ($offset * $perpage) >= $pgcount; 1537 if ($offset ne 'all') { 1538 $offset-- while ($offset * $perpage) >= $pgcount; 1539 } 1538 1540 1539 1541 $page->param(ntot => $pgcount);
Note:
See TracChangeset
for help on using the changeset viewer.