Changeset 97


Ignore:
Timestamp:
06/23/11 10:49:56 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Fix display buglet in record list display - "Default Records"
page was taking the group ID and spitting out the domain with
the same ID number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r95 r97  
    296296
    297297# fill the page-count and first-previous-next-last-all details
    298   fill_pgcount($count,"records",domainName($dbh,$webvar{id}));
     298  fill_pgcount($count,"records",
     299        ($webvar{defrec} eq 'y' ? "group ".groupName($dbh,$webvar{id}) : domainName($dbh,$webvar{id})));
    299300  fill_fpnla($count);  # should put some params on this sub...
    300301
Note: See TracChangeset for help on using the changeset viewer.