]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_role.php
Don't abort on too long notices in Notice::saveActivity
[quix0rs-gnu-social.git] / classes / Profile_role.php
index 61ec9ba9df67d5f4d4b471a56d9187b77fd75303..2f6dff0e1b658d73509760f80c67661c9b4cbeb5 100644 (file)
@@ -37,9 +37,6 @@ class Profile_role extends Managed_DataObject
     public $role;                            // varchar(32)  primary_key not_null
     public $created;                         // datetime   not_null default_0000-00-00%2000%3A00%3A00
 
-    /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Profile_role',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
@@ -59,11 +56,6 @@ class Profile_role extends Managed_DataObject
         );
     }
 
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('Profile_role', $kv);
-    }
-
     const OWNER         = 'owner';
     const MODERATOR     = 'moderator';
     const ADMINISTRATOR = 'administrator';