Fixed issue #933, variables

git-svn-id: svn://192.168.202.10@2493 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-03-26 13:50:06 +00:00
parent bdbf4cc3b9
commit 4344be08a3
3 changed files with 12 additions and 6 deletions
+4 -2
View File
@@ -72,15 +72,17 @@
# 160104-1232 - Added proper detection of dead chats, disabled dead detection of emails
# 160227-1007 - Fixed XSS security issue, issue #929
# 160303-2354 - Added code for chat transfers
# 160326-0942 - Fixed issue #933, variables
#
$version = '2.12-47';
$build = '160303-2354';
$version = '2.12-48';
$build = '160326-0942';
$php_script = 'conf_exten_check.php';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=44;
$one_mysql_log=0;
$DB=0;
$VD_login=0;
$SSagent_debug_logging=0;
$startMS = microtime();
+4 -2
View File
@@ -401,15 +401,17 @@
# 160109-0747 - Added manual_dial_hopper_check campaign setting
# 160120-2226 - Fixed issue where non-phone leads were not updating, and lead_info issue
# 160303-0049 - Fixed issue with did script variables, added code for chat transfers
# 160326-0940 - Fixed issue #933, variables
#
$version = '2.12-295';
$build = '160303-0049';
$version = '2.12-296';
$build = '160326-0940';
$php_script = 'vdc_db_query.php';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=654;
$one_mysql_log=0;
$DB=0;
$VD_login=0;
$SSagent_debug_logging=0;
$startMS = microtime();
+4 -2
View File
@@ -517,13 +517,15 @@
# 160104-1237 - Added images for live chat and email, and dead chat
# 160106-2215 - Deactivated several call action buttons while Email/Chat handling
# 160306-1019 - Added more webphone options
# 160326-0941 - Fixed issue #933, variables
#
$version = '2.12-486c';
$build = '160306-1019';
$version = '2.12-487c';
$build = '160326-0941';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=87;
$one_mysql_log=0;
$DB=0;
require_once("dbconnect_mysqli.php");
require_once("functions.php");