say "returned" rather than "connected"

git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@147 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
Evgeny Gryaznov 2008-10-02 23:21:56 +00:00
parent c4ab3b719b
commit ac0195266c

View File

@ -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 {