From 6a76595f1a89225083621e0b82ae4d96369ebb00 Mon Sep 17 00:00:00 2001 From: mattf Date: Wed, 9 Nov 2022 12:34:57 +0000 Subject: [PATCH] Fix for DOWNLOAD link and use_lists variable in links in list pass report git-svn-id: svn://192.168.202.10@3653 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/www/vicidial/AST_LISTS_pass_report.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/agc_2-X/trunk/www/vicidial/AST_LISTS_pass_report.php b/agc_2-X/trunk/www/vicidial/AST_LISTS_pass_report.php index c2cb15dc..08a96552 100644 --- a/agc_2-X/trunk/www/vicidial/AST_LISTS_pass_report.php +++ b/agc_2-X/trunk/www/vicidial/AST_LISTS_pass_report.php @@ -26,6 +26,7 @@ # 191013-0828 - Fixes for PHP7 # 210330-1659 - Added extra warnings and forced confirmation before running report # 220221-0906 - Added allow_web_debug system setting +# 221109-0729 - Fix for DOWNLOAD link and use_lists variable in links # $startMS = microtime(); @@ -588,7 +589,7 @@ if (strlen($group[0]) < 1) } else if (strlen($group[0]) >= 1 && !$confirm_run) { - $MAIN.=""._QXZ("REMINDER - THIS REPORT CAN TAKE A LONG TIME TO RUN AND WILL INTERFERE WITH DIALING IF EXECUTED DURING PRODUCTION.")."
"._QXZ("IF YOU ARE SURE YOU WOULD LIKE TO RUN THE REPORT AT THIS TIME")." "._QXZ("CLICK HERE")."
"; + $MAIN.=""._QXZ("REMINDER - THIS REPORT CAN TAKE A LONG TIME TO RUN AND WILL INTERFERE WITH DIALING IF EXECUTED DURING PRODUCTION.")."
"._QXZ("IF YOU ARE SURE YOU WOULD LIKE TO RUN THE REPORT AT THIS TIME")." "._QXZ("CLICK HERE")."
"; } else { @@ -603,7 +604,7 @@ else $TOTALleads = 0; $OUToutput .= "\n"; - $OUToutput .= "---------- "._QXZ("LIST ID SUMMARY",19)." "._QXZ("DOWNLOAD")."\n"; + $OUToutput .= "---------- "._QXZ("LIST ID SUMMARY",19)." "._QXZ("DOWNLOAD")."\n"; $OUToutput .= "+------------+------------------------------------------+----------+------------+----------+"; $OUToutput .= "---------+---------+---------+---------+---------+---------+";