mirror of
https://github.com/Mibew/design.git
synced 2024-11-16 01:44:11 +03:00
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:
parent
c4ab3b719b
commit
ac0195266c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user