From 5e7482e95888f2738a621355b7bc8e4fb743533b Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Mon, 23 Apr 2007 07:44:43 +0000 Subject: [PATCH] step_get puo' rendere false --- web/index_rd.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/index_rd.php b/web/index_rd.php index 20a7c14..4565b54 100644 --- a/web/index_rd.php +++ b/web/index_rd.php @@ -95,8 +95,7 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su return (FALSE); } - if (validate_sess($sess)) { - $proxy_step = step_get($sess); + if (($proxy_step = step_get($sess)) != FALSE) { // log_rd2($sess, "Postget".$proxy_step."zizi"); if ($cur_step == $proxy_step) { -- 2.17.1