sanityzed record class fields access
[brisk.git] / web / Obj / dbase_base.phh
index 2464f81..ab20e6c 100644 (file)
@@ -90,6 +90,10 @@ class LoginDBItem {
     {
         return $this->supp_comp;
     }
+    function supp_comp_set($supp_comp)
+    {
+        $this->supp_comp = $supp_comp;
+    }
 
     function lice_vers_get()
     {