mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
each agent should be able to see old threads
git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@456 c66351dc-e62f-0410-b875-e3a5c0b9693f
This commit is contained in:
parent
c8979afbff
commit
96ee523783
@ -22,7 +22,7 @@ notify_operator_alive($operator['operatorid']);
|
|||||||
loadsettings();
|
loadsettings();
|
||||||
if($settings['enablegroups'] == '1') {
|
if($settings['enablegroups'] == '1') {
|
||||||
$link = connect();
|
$link = connect();
|
||||||
$groupids = array();
|
$groupids = array(0);
|
||||||
$allgroups = select_multi_assoc("select groupid from chatgroupoperator where operatorid = ".$operator['operatorid']." order by groupid",$link);
|
$allgroups = select_multi_assoc("select groupid from chatgroupoperator where operatorid = ".$operator['operatorid']." order by groupid",$link);
|
||||||
foreach($allgroups as $g) {
|
foreach($allgroups as $g) {
|
||||||
$groupids[] = $g['groupid'];
|
$groupids[] = $g['groupid'];
|
||||||
|
Loading…
Reference in New Issue
Block a user