From 4869d45f65efe1c8229f36ecb3c7b10c5cb813d1 Mon Sep 17 00:00:00 2001 From: Matt Lebofsky Date: Mon, 26 Sep 2005 20:46:56 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=8185 --- html/user/server_status.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/user/server_status.php b/html/user/server_status.php index b8ff5ccfda..1abc0c4131 100644 --- a/html/user/server_status.php +++ b/html/user/server_status.php @@ -199,7 +199,6 @@ show_status($sched_host, "scheduler", $sched_running); // $cursor = 0; while ($thisxml = trim(parse_next_element($config_xml,"",&$cursor))) { - $thisxml = trim(parse_next_element($config_xml,"",&$cursor)); $host = parse_element($thisxml,""); if ($host == "") { $host = $project_host; } $cmd = parse_element($thisxml,"");