From e8cdf17f4989910e9dd1eaad0ea15c28a6fd91cf Mon Sep 17 00:00:00 2001 From: azammitdcarf Date: Mon, 29 Aug 2011 00:39:04 +0000 Subject: [PATCH] Disabled overall performance information as it is slow with large installations and not particularly useful --- admin/operatorperformance.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/operatorperformance.php b/admin/operatorperformance.php index 839f48b6..80891f72 100644 --- a/admin/operatorperformance.php +++ b/admin/operatorperformance.php @@ -66,9 +66,9 @@ include("../functions/functions.operator.php"); xhtml_head(T_("Operator Performance"),true,array("../css/table.css"),array("../js/window.js")); -$rs = get_stats_total(get_stats()); -print "

" . T_("Overall") . "

"; -xhtml_table($rs,array("firstName","completions","totalcalls","time","callt","CPH","CALLSPH","effectiveness"),array(T_("Operator"),T_("Completions"),T_("Calls"),T_("Total time"),T_("Call time"),T_("Completions p/h"),T_("Calls p/h"),T_("Effectiveness"))); +//$rs = get_stats_total(get_stats()); +//print "

" . T_("Overall") . "

"; +//xhtml_table($rs,array("firstName","completions","totalcalls","time","callt","CPH","CALLSPH","effectiveness"),array(T_("Operator"),T_("Completions"),T_("Calls"),T_("Total time"),T_("Call time"),T_("Completions p/h"),T_("Calls p/h"),T_("Effectiveness"))); $questionnaire_id = false; if (isset($_GET['questionnaire_id'])) $questionnaire_id = bigintval($_GET['questionnaire_id']);