X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;h=64ed2b3c5b4efd9267a5aaced46255c54cb13c88;hb=269cea4043760b0568f4c2aec7d5faacc6c2096e;hp=02b91d6360f2932c55e194b1926f2bd2f94ce453;hpb=30aa38786951145d916b6a4e1db0b01946e02c6b;p=brisk.git diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 02b91d6..64ed2b3 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2051,7 +2051,9 @@ class Room { if ($login_exists) $idx = -($idx + 1); log_main(sprintf("TROVATO LIBERO A [%d] sess [%s] name [%s] count [%d] [%s]", $idx, $sess, $name_new, count($this->user),$this->user[$real_idx]->name)); - return ($this->user[$real_idx]); + + $ret = $this->user[$real_idx]; + return ($ret); } return ($G_false);