mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
display new column
This commit is contained in:
parent
e8022d44ea
commit
f87ffe7a96
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ $cols = array( new Column("dead", "D", "capitalize", false ),
|
|||
new Column("nperdevice", "NP", "identity", true ),
|
||||
new Column("ack", "A", "identity", true ),
|
||||
new Column("devids", "DevIDs", "identity", true ),
|
||||
new Column("nsent", "Sent", "identity", false ),
|
||||
new Column("nsents", "Sent", "identity", true ),
|
||||
new Column("addrs", "Dev. addr", "ip_to_host", true ),
|
||||
new Column("ctime", "Created", "print_date", false ),
|
||||
new Column("mtimes", "Last contact", "print_date", true ),
|
||||
|
|
Loading…
Add table
Reference in a new issue