Fix for issue #1177

git-svn-id: svn://192.168.202.10@3154 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-11-05 13:27:22 +00:00
parent 988a89e14f
commit 62225fc1f0
+4 -3
View File
@@ -622,10 +622,11 @@
# 191018-0904 - Added User Inbound Filtered features
# 191101-1150 - Added VM Message Groups features, second script tab
# 191104-1759 - Fixes for translations
# 191105-0824 - Fix for issue #1177
#
$version = '2.14-591c';
$build = '191104-1759';
$version = '2.14-592c';
$build = '191105-0824';
$mel=1; # Mysql Error Log enabled = 1
$mysql_log_count=91;
$one_mysql_log=0;
@@ -18543,7 +18544,7 @@ function phone_number_format(formatphone) {
{
HidEGenDerPulldown();
}
if (is_webphone=='Y')
if ( (is_webphone=='Y') && (no_empty_session_warnings < 1) )
{
NoneInSession();
document.getElementById("NoneInSessionLink").innerHTML = "<a href=\"#\" onclick=\"NoneInSessionCalL('LOGIN');return false;\"><?php echo _QXZ("Call Agent Webphone"); ?> -></a>";