add methods to store users::lice_vers and renamed store_set to prefs_store to be...
[brisk.git] / web / Obj / dbase_base.phh
index 2464f81..a01ce52 100644 (file)
@@ -90,11 +90,19 @@ class LoginDBItem {
     {
         return $this->supp_comp;
     }
+    function supp_comp_set($supp_comp)
+    {
+        $this->supp_comp = $supp_comp;
+    }
 
     function lice_vers_get()
     {
         return $this->lice_vers;
     }
+    function lice_vers_set($lice_vers)
+    {
+        $this->lice_vers = $lice_vers;
+    }
 
     function disa_reas_get()
     {