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 ),