From ac0195266c3804521d4e0ea218136beca68d021b Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Thu, 2 Oct 2008 23:21:56 +0000 Subject: [PATCH] say "returned" rather than "connected" git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@147 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/libs/chat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/webim/libs/chat.php b/src/messenger/webim/libs/chat.php index 9969ee11..6d26d777 100644 --- a/src/messenger/webim/libs/chat.php +++ b/src/messenger/webim/libs/chat.php @@ -455,7 +455,7 @@ function take_thread($thread,$operator) { if( $state == $state_queue || $state == $state_waiting || $state == $state_loading) { do_take_thread($threadid, $operator['operatorid'], $operatorName); - if( $state == $state_waiting && $thread['nextagent'] != 0 ) { + if( $state == $state_waiting ) { if( $operatorName != $thread['agentName'] ) { $message_to_post = getstring2_("chat.status.operator.changed", array($operatorName, $thread['agentName']), $thread['locale']); } else {