X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=7fb6d16ebeb26637b1187b90152839be3e3b84c2;hb=9851c8a9decf584c93ea08092b9ce4955c310704;hp=a31765fde71f3d9db3bd8651c65b2364c27be1ba;hpb=f341c32413c83788cf6cf23fe911c401c2f9adad;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index a31765f..7fb6d16 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -744,7 +744,7 @@ class User { return ($ret); - } // function maincheck (... + } // function maincheck(... public static function stream_fini($transp, $init_string, $is_unrecoverable) { @@ -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).')'); }