From e2bb47a053f6b82018495111e8c7d1763f7d53b1 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 4 May 2004 19:54:28 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3330 --- html/inc/db_ops.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index d51fd0dc1c..9ce581eb44 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -762,7 +762,7 @@ function show_result($result) { row("Validate state", validate_state_str($result->validate_state)); row("claimed credit", $result->claimed_credit); row("Granted credit", $result->granted_credit); - row("Client version", client_version_string($result->client_version_num)); + row("Client version", $result->app_version_num); row("Random",$result->random); row("","Grep logs"); end_table();