From 4d309694886fa63ff27421eabe9067e70ff0eda1 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sat, 26 Jan 2008 15:24:09 +0000 Subject: [PATCH] room_wakeup renamed with table_wakeup --- web/briskin5/index_wr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.17.1