From e3525c8c196ae5655816e101e4b571b2c23c252b Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Jul 2003 21:48:53 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1777 --- html/ops/db_ops.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index 41f29b790e..56dfd21449 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -328,6 +328,7 @@ function result_short_header() { outcome client state host + received "; } @@ -336,6 +337,8 @@ function show_result_short($result) { $ss = result_server_state_string($result->server_state); $cs = result_client_state_string($result->client_state); $oc = result_outcome_string($result->outcome); + $received = time_str($result->received_time); + echo " id>$result->id @@ -351,6 +354,7 @@ function show_result_short($result) { } else { echo "---\n"; } + echo "$received"; echo " ";