Changeset 458


Ignore:
Timestamp:
01/22/13 17:15:59 (11 years ago)
Author:
Kris Deugau
Message:

/trunk

Annoyance tweak in log page; we don't use the username as an
email address anywhere, so don't indicate so in the table heading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dns.cgi

    r451 r458  
    16791679  # Set up the column headings with the sort info
    16801680  my @cols = ('fname','username','entry','stamp');
    1681   my %colnames = (fname => 'Name', username => 'Username/Email', entry => 'Log Entry', stamp => 'Date/Time');
     1681  my %colnames = (fname => 'Name', username => 'Username', entry => 'Log Entry', stamp => 'Date/Time');
    16821682  fill_colheads($sortby, $sortorder, \@cols, \%colnames);
    16831683
Note: See TracChangeset for help on using the changeset viewer.