X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2Findex_rd.php;h=58280659dbb904f8d547752417ccd449ffd612dd;hb=182eff6ad1aafbdcb765a4190a24a1c8f2f93f6b;hp=2a3522079859f3bc5ecfa3119de93a6f283eb9a5;hpb=9b4aaeb974e7f92e6e124bde29c78a1f5f8fb2b0;p=brisk.git diff --git a/web/briskin5/index_rd.php b/web/briskin5/index_rd.php index 2a35220..5828065 100644 --- a/web/briskin5/index_rd.php +++ b/web/briskin5/index_rd.php @@ -117,10 +117,10 @@ function maincheck($sess, $cur_stat, $cur_subst, $cur_step, &$new_stat, &$new_su return (FALSE); } - if (($proxy_step = step_get($sess)) != FALSE) { + if (($proxy_step = User::step_get($sess)) != FALSE) { // log_rd2("Postget".$proxy_step."zizi"); - if ($cur_step == $proxy_step) { + if ($cur_step == $proxy_step['s']) { log_lock("P"); return (FALSE); }