FMHN#63851 Chatfunctie in portaal
svn path=/Website/trunk/; revision=50975
This commit is contained in:
@@ -48,7 +48,6 @@ if (action == "check")
|
||||
{
|
||||
var sendchannelId = getQParam("sendchannelId", "");
|
||||
var sendlastalive = notifydata.alive[sendchannelId];
|
||||
__DoLog({ channel: channelId, sendchannel: sendchannelId });
|
||||
// determine datetime of latest communication
|
||||
result.last_alive = (sendchannelId && sendlastalive ? Math.max(notifydata.alive[channelId], sendlastalive) : notifydata.alive[channelId]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user