X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2FObj%2Fuser.phh;h=e06c6819f7c5a806ba9d71d99a2854f4e1cbbcb7;hb=ffe7c5f4e251654501bc5a2bdd690944076ef131;hp=d3eaffd130977efabde5b1217e01cede7cdedc40;hpb=356cad47d20258b4888caac71b143b6b6e1831e0;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index d3eaffd..e06c681 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -691,7 +691,6 @@ class User { log_rd2("NEWSTAT: ".$this->stat); } /* if ($this->rd_step == -1) { */ else { - /* $sem = Brisk::lock_data(FALSE); */ $S_load_stat['rU_heavy']++; if ($this->rd_step < $this->step) { @@ -699,7 +698,6 @@ class User { if ($this->rd_step + COMM_N < $this->step) { if (($this->rd_stat != $this->stat)) { $to_stat = $this->stat; - /* Brisk::unlock_data($sem); */ log_load("RESYNC"); printf("xXx USER::MAINCHECK2 [%s]\n", get_class($this)); return ($this->page_sync($this->sess, ($to_stat == "table" ? "briskin5/index.php" : "index.php"), $this->table, $this->table_token)); @@ -745,8 +743,6 @@ class User { } /* if ($this->the_end == TRUE) { ... */ } /* if ($this->the_end == TRUE) { ... */ } /* if ($this->rd_step < $this->step) { */ - - /* Brisk::unlock_data($sem); */ } /* else of if ($this->rd_step == -1) { */