Changeset 458
- Timestamp:
- 01/22/13 17:15:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dns.cgi
r451 r458 1679 1679 # Set up the column headings with the sort info 1680 1680 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'); 1682 1682 fill_colheads($sortby, $sortorder, \@cols, \%colnames); 1683 1683
Note:
See TracChangeset
for help on using the changeset viewer.