apprentice workflow completed
[brisk.git] / web / Obj / user.phh
index 3ca1f97..361acda 100644 (file)
@@ -345,6 +345,11 @@ class User {
     return ($thiz);
   }
 
+  function is_appr()
+  {
+      return ($this->flags & USER_FLAG_TY_APPR);
+  }
+
   function is_auth()
   {
       return ($this->flags & USER_FLAG_AUTH);