From b90f73de7707bcac804847e230b5698504c57b64 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 7 Sep 2003 20:06:51 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2303 --- html/ops/db_ops.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index 34acbb76a1..40dc9f409d 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -598,6 +598,7 @@ function show_result($result, $hide_xml_docs, $hide_stderr, $hide_times) row("claimed credit", $result->claimed_credit); row("Granted credit", $result->granted_credit); row("Client version", client_version_string($result->client_version_num)); + row("Random",$result->random); row("","Grep logs"); end_table(); echo "

";