From 5010bd91e49b321f2cec00949d73baa1e315bc6e Mon Sep 17 00:00:00 2001 From: Karl Chen Date: Mon, 4 Aug 2003 23:24:46 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=1971 --- html/ops/db_ops.inc | 2 +- html/ops/result_summary.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/html/ops/db_ops.inc b/html/ops/db_ops.inc index 860fffc48e..367e1d9d51 100644 --- a/html/ops/db_ops.inc +++ b/html/ops/db_ops.inc @@ -357,7 +357,7 @@ function show_result_short($result) { } $version = sprintf("%.2f", $result->client_version_num/100); echo "$version"; - echo "$received"; + echo "$received"; echo " "; diff --git a/html/ops/result_summary.php b/html/ops/result_summary.php index e3044f2b42..180a6de3d4 100644 --- a/html/ops/result_summary.php +++ b/html/ops/result_summary.php @@ -44,7 +44,7 @@ if ($server_state[$ss] == 0) { $x = "0"; } else { - $x = "".$server_state[$ss].""; + $x = "".$server_state[$ss].""; } row2(result_server_state_string($ss), $x); } @@ -56,7 +56,7 @@ if ($outcome[$ro] == 0) { $x = "0"; } else { - $x = "".$outcome[$ro].""; + $x = "".$outcome[$ro].""; } row2(result_outcome_string($ro), $x); } @@ -68,7 +68,7 @@ if ($client_state[$cs] == 0) { $x = "0"; } else { - $x = "".$client_state[$cs].""; + $x = "".$client_state[$cs].""; } row2(result_client_state_string($cs), $x); }