From f87ffe7a968e11c6391ee5f2e156b6c4422c358c Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 5 Jul 2013 21:28:27 -0700 Subject: [PATCH] display new column --- xwords4/relay/scripts/showgames.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/relay/scripts/showgames.php b/xwords4/relay/scripts/showgames.php index 0c0e09999..71a9dd3ba 100644 --- a/xwords4/relay/scripts/showgames.php +++ b/xwords4/relay/scripts/showgames.php @@ -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 ),