X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=9ce796772d2914b15760973cd92d050d78747cb2;hp=a31765fde71f3d9db3bd8651c65b2364c27be1ba;hb=45b687854da793198defed2e52634f1b16ee1cac;hpb=175fe062daa7c8642e1fe54d3687cf081578a5ba diff --git a/web/Obj/user.phh b/web/Obj/user.phh index a31765f..9ce7967 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -808,11 +808,8 @@ function stream_main(&$body, $get, $post, $cookie) $pre_main = gettimeofday(TRUE); - $old_stat = $this->rd_stat; - $old_subst = $this->rd_subst; - $old_step = $this->rd_step; printf("xXx PRE : rd_step %d\n", $this->rd_step); - if (($ret = $this->maincheck($old_stat, $old_subst, $old_step, $get, $post, $cookie)) != FALSE) { + if (($ret = $this->maincheck($get, $post, $cookie)) != FALSE) { $body .= $this->rd_transp->chunk( $this->rd_scristp++, $ret); log_rd2(0, 'index_rd.php: after mop_flush (begin: '.sprintf("%f", $pre_main).')'); }