From 73ff37d0722d83a0d92096b8b7bf462c7c7e951e Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 25 Jul 2016 21:12:25 +0000 Subject: [PATCH] Fixed nested iframe issue in chat customer git-svn-id: svn://192.168.202.10@2565 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/chat_customer/customer_chat_functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/chat_customer/customer_chat_functions.php b/www/chat_customer/customer_chat_functions.php index 63eb5677..4c190ead 100644 --- a/www/chat_customer/customer_chat_functions.php +++ b/www/chat_customer/customer_chat_functions.php @@ -10,6 +10,7 @@ # 160120-1943 - Added show_email variable # 160203-1051 - Added display of chat message after ending it # 160303-0055 - Added code for chat transfers +# 160725-1711 - Fixed nested iframe issue # require("dbconnect_mysqli.php"); @@ -192,7 +193,6 @@ if ($action=="update_chat_window" && $chat_id) { $status_rslt=mysql_to_mysqli($status_stmt, $link); if (mysqli_num_rows($status_rslt)==0) { # JCJ - comment out to display in Javascript function that calls this in parent page. - # echo ""._QXZ("Chat does not exist or has been closed").": $chat_id

"._QXZ("GO BACK TO CHAT FORM")."\n"; echo "Error|"; # Create color-coding for archived chat @@ -263,7 +263,7 @@ if ($action=="update_chat_window" && $chat_id) { echo "\n"; } else { - echo ""._QXZ("You have left chat").": $chat_id.

"._QXZ("GO BACK TO CHAT FORM")."\n"; + echo ""._QXZ("You have left chat").": $chat_id.

"._QXZ("GO BACK TO CHAT FORM")."\n"; } } else { if ($status_row[1]=="NONE") {