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();