1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Satisfy CodeSniff

This commit is contained in:
Tim Düsterhus 2013-05-26 17:21:50 +02:00
parent 11084c4bac
commit c8a4981f90

View File

@ -236,7 +236,6 @@ public function join() {
'chatLastSeen' => $lastSeen 'chatLastSeen' => $lastSeen
)); ));
// add activity points // add activity points
$microtime = microtime(true) * 1000; $microtime = microtime(true) * 1000;
$result = $microtime & 0xFFFFFFFF; $result = $microtime & 0xFFFFFFFF;