From: Matteo Nastasi (mop) Date: Sat, 26 Jan 2008 15:24:09 +0000 (+0000) Subject: room_wakeup renamed with table_wakeup X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=4d309694886fa63ff27421eabe9067e70ff0eda1;p=brisk.git room_wakeup renamed with table_wakeup --- diff --git a/web/briskin5/index_wr.php b/web/briskin5/index_wr.php index e284e09..1bca687 100644 --- a/web/briskin5/index_wr.php +++ b/web/briskin5/index_wr.php @@ -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') {