remove all reference operator because with php5 pass by reference is the default...
[brisk.git] / web / index_rd.php
index 88c740b..9b82158 100644 (file)
@@ -296,7 +296,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su
 
        if ($user->subst == 'sitdown') {
          log_load("ROOM WAKEUP");
-         $room->room_wakeup(&$user);
+         $room->room_wakeup($user);
        }
        else if ($user->subst == 'standup')
          $room->room_outstandup(&$user);