X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fuser.phh;h=8ae6b325e01d5d26c97942161867a076e612a4ad;hb=abbf134a4f6bcf2ce006011f263148b0ea073bf5;hp=80d3ce91b8773d4d5520432f42eeb8b0b324cc97;hpb=f4178d38662a52ae2ccc8957e499621e735f4d16;p=brisk.git diff --git a/web/Obj/user.phh b/web/Obj/user.phh index 80d3ce9..8ae6b32 100644 --- a/web/Obj/user.phh +++ b/web/Obj/user.phh @@ -322,7 +322,7 @@ class User { return FALSE; } return ($bdb->user_prefs_update($this->code, ($this->flags & (USER_FLAG_TY_ALL | USER_FLAG_MAP_AUTH)), - $this->rec->supp_comp)); + $this->rec->supp_comp_get())); } function rd_data_set($curtime, $transp, $enc, $stat, $subst, $step, $from) @@ -818,7 +818,7 @@ function is_supp_custom() return (TRUE); } /* - if ($this->rec->last_dona > 1356994800) { + if ($this->rec->last_dona_get() > 1356994800) { return (TRUE); } */