mirror of
https://github.com/Mibew/tray.git
synced 2025-01-23 02:20:35 +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) {
|
if( $state == $state_queue || $state == $state_waiting || $state == $state_loading) {
|
||||||
do_take_thread($threadid, $operator['operatorid'], $operatorName);
|
do_take_thread($threadid, $operator['operatorid'], $operatorName);
|
||||||
|
|
||||||
if( $state == $state_waiting && $thread['nextagent'] != 0 ) {
|
if( $state == $state_waiting ) {
|
||||||
if( $operatorName != $thread['agentName'] ) {
|
if( $operatorName != $thread['agentName'] ) {
|
||||||
$message_to_post = getstring2_("chat.status.operator.changed", array($operatorName, $thread['agentName']), $thread['locale']);
|
$message_to_post = getstring2_("chat.status.operator.changed", array($operatorName, $thread['agentName']), $thread['locale']);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user