From 2ae1ee6d1503003efe221ecc4ce719d3004e4804 Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 9 Jun 2017 03:12:53 +0000 Subject: [PATCH] small fix for lead export report git-svn-id: svn://192.168.202.10@2774 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/lead_report_export.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/vicidial/lead_report_export.php b/www/vicidial/lead_report_export.php index 9738772d..0b35fe57 100644 --- a/www/vicidial/lead_report_export.php +++ b/www/vicidial/lead_report_export.php @@ -356,7 +356,8 @@ if ($run_export > 0) $NOW_TIME = date("Y-m-d H:i:s"); $FILE_TIME = date("Ymd-His"); $STARTtime = date("U"); - if (!isset($group)) {$group = '';} + if (!isset($group)) {$group = array();} + if (!isset($dids)) {$dids = array();} if (!isset($query_date)) {$query_date = $NOW_DATE;} if (!isset($end_date)) {$end_date = $NOW_DATE;} if ($date_field=="entry_date") {