From 2d5655b8233d7cea772fbfb6b7095b67c4f0b0da Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 4 May 2004 11:15:44 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=3328 --- html/inc/db_ops.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index 54fb1b92d4..d59bfea6a0 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -313,8 +313,8 @@ SELECT end else host.os_version end AS OS_Version, - exit_status AS Exit_Status, - COUNT(*) AS Error_Count + exit_status, + COUNT(*) AS error_count FROM result left join host on result.hostid = host.id WHERE