From 42ca7ba6f12d2220060d5c7de509cd77ee9f2621 Mon Sep 17 00:00:00 2001 From: mattf Date: Tue, 27 Apr 2021 21:43:22 +0000 Subject: [PATCH] Added more list count options to list_split.php git-svn-id: svn://192.168.202.10@3434 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/list_split.php | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/www/vicidial/list_split.php b/www/vicidial/list_split.php index 9654f321..ce22a397 100644 --- a/www/vicidial/list_split.php +++ b/www/vicidial/list_split.php @@ -1,7 +1,7 @@ LICENSE: AGPLv2 +# Copyright (C) 2021 Matt Florell,Michael Cargile LICENSE: AGPLv2 # # CHANGES # 140916-1215 - Initial Build @@ -12,10 +12,11 @@ # 170409-1542 - Added IP List validation code # 170819-1001 - Added allow_manage_active_lists option # 190703-0925 - Added use of admin_web_directory system setting +# 210427-1741 - Added more list count options # -$version = '2.14-8'; -$build = '190703-0925'; +$version = '2.14-9'; +$build = '210427-1741'; require("dbconnect_mysqli.php"); require("functions.php"); @@ -626,14 +627,24 @@ if (($submit != _QXZ("submit") ) && ($confirm != "confirm")) # Number of leads per list echo ""._QXZ("Number of Leads Per List")."\n"; echo "\n";