diff --git a/agc_2-X/trunk/www/vicidial/AST_server_performance.php b/agc_2-X/trunk/www/vicidial/AST_server_performance.php
index 21c1acb7..907f4f98 100644
--- a/agc_2-X/trunk/www/vicidial/AST_server_performance.php
+++ b/agc_2-X/trunk/www/vicidial/AST_server_performance.php
@@ -38,7 +38,7 @@ if (isset($_GET["SUBMIT"])) {$SUBMIT=$_GET["SUBMIT"];}
$PHP_AUTH_USER = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_USER);
$PHP_AUTH_PW = ereg_replace("[^0-9a-zA-Z]","",$PHP_AUTH_PW);
-$report_name = 'Server Perforrmance Report';
+$report_name = 'Server Performance Report';
$db_source = 'M';
#############################################
diff --git a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php
index 620daf67..3a89f49d 100644
--- a/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php
+++ b/agc_2-X/trunk/www/vicidial/AST_timeonVDADall.php
@@ -66,10 +66,11 @@
# 100802-2347 - Added User Group Allowed Reports option validation and allowed campaigns restrictions
# 100805-0704 - Fixed minor bug in campaigns restrictions
# 100815-0002 - Added optional display of preset dials if presets are enabled in the campaign
+# 100912-0839 - Changed several stats to limit to 2 or 3 decimal spaces
#
-$version = '2.4-57';
-$build = '100815-0002';
+$version = '2.4-58';
+$build = '100912-0839';
header ("Content-type: text/html; charset=utf-8");
@@ -1525,6 +1526,10 @@ else
$DIALorder = "List Mix: $row[0]";
}
}
+ $DIALlev = sprintf("%01.3f", $DIALlev);
+ $agentsONEMIN = sprintf("%01.2f", $agentsONEMIN);
+ $diffONEMIN = sprintf("%01.2f", $diffONEMIN);
+
echo "