From 0e5ad6dfbf2bb7f8b9acf6dc58e96e9a00a464c8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 20 Jun 2016 09:35:54 -0700 Subject: [PATCH] comment --- html/user/result_status.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/user/result_status.php b/html/user/result_status.php index 7052de424a..00da299f69 100644 --- a/html/user/result_status.php +++ b/html/user/result_status.php @@ -57,7 +57,8 @@ function result_xml($r) { "; } -BoincDb::get(true); +BoincDb::get(true); // read-only; use replica DB if possible + xml_header(); echo "\n"; $ids = get_str("ids", true);