Changeset 268


Ignore:
Timestamp:
03/07/12 15:34:42 (12 years ago)
Author:
Kris Deugau
Message:

/trunk

*Still* missed a piece. Really fix reverse record list sorting.

For sure this time.

See #26

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r267 r268  
    531531    } else {
    532532      @cols = ('val', 'type', 'host', 'ttl');
    533       %colheads = (host => 'IP Address', type => 'Type', val => 'Hostname', ttl => 'TTL');
     533      %colheads = (val => 'IP Address', type => 'Type', host => 'Hostname', ttl => 'TTL');
    534534    }
    535535    my %custom = (id => $webvar{id}, defrec => $webvar{defrec}, revrec => $webvar{revrec});
Note: See TracChangeset for help on using the changeset viewer.