Fixes for PHP7 in calls/leads export reports

git-svn-id: svn://192.168.202.10@3135 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-09-26 13:32:30 +00:00
parent c21795bfc5
commit e88890c333
3 changed files with 32 additions and 0 deletions
@@ -56,6 +56,7 @@
# 180418-1555 - Fix for missing call notes on inbound calls
# 190116-2116 - Added ---ALL--- options for Campaigns and In-Groups
# 190610-2035 - Fixed admin hide phone issue
# 190926-0925 - Fixes for PHP7
#
$startMS = microtime();
@@ -551,6 +552,15 @@ if ($run_export > 0)
$outbound_calls=0;
$export_rows='';
$export_status = array();
$export_list_id = array();
$export_lead_id = array();
$export_uniqueid = array();
$export_vicidial_id = array();
$export_entry_list_id = array();
$export_wrapup_time = array();
$export_queue_time = array();
$export_rows = array();
$k=0;
if ($RUNcampaign > 0)
{
@@ -19,6 +19,7 @@
# 160510-2100 - Added coding to remove tab characters from the data
# 170409-1542 - Added IP List validation code
# 190610-2037 - Fixed admin hide phone issue
# 190926-0927 - Fixes for PHP7
#
$startMS = microtime();
@@ -456,6 +457,17 @@ if ($run_export > 0)
$outbound_calls=0;
$export_rows='';
$export_status = array();
$export_list_id = array();
$export_lead_id = array();
$export_uniqueid = array();
$export_vicidial_id = array();
$export_entry_list_id = array();
$export_wrapup_time = array();
$export_queue_time = array();
$export_user = array();
$export_rows = array();
$carrier_dial_log_rows = array();
$k=0;
if ($RUNcampaign > 0)
{
@@ -33,6 +33,7 @@
# 180422-0923 - Fix for missing header row in translated language, issue #1090
# 180610-1634 - Added option to allow --ALL-- as a campaign value
# 190610-2036 - Fixed admin hide phone issue
# 190926-0926 - Fixes for PHP7
#
$startMS = microtime();
@@ -567,6 +568,15 @@ if ($run_export > 0)
$outbound_calls=0;
$export_rows='';
$export_status = array();
$export_list_id = array();
$export_lead_id = array();
$export_uniqueid = array();
$export_vicidial_id = array();
$export_entry_list_id = array();
$export_epoch_time = array();
$export_duplicate_check_line = array();
$export_rows = array();
$k=0;
if ($RUNcampaign > 0)
{