room_wakeup renamed with table_wakeup
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 26 Jan 2008 15:24:09 +0000 (15:24 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sat, 26 Jan 2008 15:24:09 +0000 (15:24 +0000)
web/briskin5/index_wr.php

index e284e09..1bca687 100644 (file)
@@ -269,7 +269,7 @@ else if ($user->stat == 'table') {
       $user->bantime = $user->laccwr + BAN_TIME;
     
     if ($logout_cont == TRUE) {
-      $bri->room_wakeup(&$user);
+      $bri->table_wakeup(&$user);
     }
   }
   else if ($argz[0] == 'exitlock') {