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.