X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fdbase_base.phh;h=345b06f49f947e8a74486a23949c6bb81a89526d;hb=3dc6d58fd477565017745b33c752232166a0b508;hp=d82de62c8cb10c39c691523090a712b650b1fcdf;hpb=e968a160b612abc48f7e0ab29210ef2e6c906606;p=brisk.git diff --git a/web/Obj/dbase_base.phh b/web/Obj/dbase_base.phh index d82de62..345b06f 100644 --- a/web/Obj/dbase_base.phh +++ b/web/Obj/dbase_base.phh @@ -36,6 +36,7 @@ class LoginDBItem { $this->login = $login; $this->pass = $pass; $this->email = $email; + fprintf(STDERR, "QQ: %s: %x\n", __FUNCTION__, $type); $this->type = $type; } @@ -69,6 +70,7 @@ class LoginDBItem { function type_get() { + fprintf(STDERR, "TYPE GET: %d\n", $this->type); return $this->type; }