From: Matteo Nastasi (mop) Date: Sun, 11 Mar 2007 11:54:02 +0000 (+0000) Subject: corrected function call X-Git-Tag: 3.0.0~281 X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=a5b9ece4cf8cbc549f24f9b48bdab23b9ef3f480;p=brisk.git corrected function call --- diff --git a/web/index_wr.php b/web/index_wr.php index b913079..dd2deb2 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -196,7 +196,7 @@ else if ($user->stat == 'table') { $lockcalc = $table->exitlock_calc(&$bri->user, $user->table_pos); if ($lockcalc < 3) { $user->comm[$user->step % COMM_N] = "gst.st = ".($user->step+1)."; "; - $user->comm[$user->step % COMM_N] .= $table->exitlock_show(); + $user->comm[$user->step % COMM_N] .= $table->exitlock_show(&$bri->user, $user->table_pos); $user->comm[$user->step % COMM_N] .= show_notify("
I dati presenti sul server non erano allineati con quelli inviati dal tuo browser, adesso lo sono. Riprova ora.", 2000, "Torna alla partita.", 400, 100); log_wr($sess, $user->comm[$user->step % COMM_N]);