From fc2c394eb09572381ddd6a47f36f541b372b22f4 Mon Sep 17 00:00:00 2001 From: mattf Date: Sun, 1 Oct 2017 13:09:24 +0000 Subject: [PATCH] Fixed issue #1041 in web lead loader git-svn-id: svn://192.168.202.10@2827 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/admin_listloader_fourth_gen.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/admin_listloader_fourth_gen.php b/agc_2-X/trunk/www/vicidial/admin_listloader_fourth_gen.php index e2444f11..3aee5279 100644 --- a/agc_2-X/trunk/www/vicidial/admin_listloader_fourth_gen.php +++ b/agc_2-X/trunk/www/vicidial/admin_listloader_fourth_gen.php @@ -70,10 +70,11 @@ # 161114-2315 - Added file upload error checking # 170219-1427 - Added last-90-day duplicate check options # 170409-1553 - Added IP List validation code +# 171001-0908 - Fixed issue #1041 # -$version = '2.14-68'; -$build = '170409-1553'; +$version = '2.14-69'; +$build = '171001-0908'; require("dbconnect_mysqli.php"); require("functions.php"); @@ -1980,7 +1981,7 @@ if (($leadfile) && ($LF_path)) ##### BEGIN process standard file layout ##### if ($file_layout=="standard") { - print ""; + print ""; flush();