Revision: 4191
Author:
ma...@venturevoip.com
Date: Thu Apr 11 12:44:20 2013
Log: Change wording and remove debug
http://code.google.com/p/smoothoperator/source/detail?r=4191
Modified:
/SmoothOperatorCRM/report_contact_rate.php
=======================================
--- /SmoothOperatorCRM/report_contact_rate.php Thu Apr 11 12:40:20 2013
+++ /SmoothOperatorCRM/report_contact_rate.php Thu Apr 11 12:44:20 2013
@@ -82,7 +82,7 @@
$total = 0;
$answered = 0;
while ($row = mysqli_fetch_assoc($result)) {
- print_pre($row);
+ //print_pre($row);
$total += $row['new'];
$total += $row['answered'];
$total += $row['busy'];
@@ -145,7 +145,7 @@
//while ($row =
mysqli_fetch_assoc($result)) {
echo "['Contacted', ".($answered-$not_answered_disp)."],\n";
echo "['Dispositioned
Not Contacted', ".($not_answered_disp)."],\n";
- echo "['Not
Contacted', ".($total-$answered)."],\n";
+ echo "['Dialer Not
Contacted', ".($total-$answered)."],\n";
//}
?>