From 03b56b29d58cbd66c9d6fefebe842221ceaa5e62 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 19 Mar 2008 06:34:05 +0000 Subject: [PATCH] experimental optimization added --- web/index_wr.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/index_wr.php b/web/index_wr.php index d4138ee..c80396d 100644 --- a/web/index_wr.php +++ b/web/index_wr.php @@ -190,6 +190,8 @@ else if ($user->stat == 'room') { log_wr("Pre if!"); + // CHECK + while (array_pop($user_cur->comm) != NULL); $ret = ""; $ret .= sprintf('gst.st_loc++; gst.st=%d; createCookie("table_idx", %d, 24*365, cookiepath); createCookie("table_token", "%s", 24*365, cookiepath); the_end=true; window.onunload = null ; document.location.assign("briskin5/index.php");|', $user_cur->step+1, $table_idx, $table_token); -- 2.17.1