2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Disabled overall performance information as it is slow with large installations and not particularly useful

This commit is contained in:
azammitdcarf
2011-08-29 00:39:04 +00:00
parent 02961a4277
commit e8cdf17f49

View File

@@ -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 "<h2>" . T_("Overall") . "</h2>";
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 "<h2>" . T_("Overall") . "</h2>";
//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']);