X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FProfile_role.php;h=2f6dff0e1b658d73509760f80c67661c9b4cbeb5;hb=29f09227053a0f39b812230adc36871c79f0c9e9;hp=61ec9ba9df67d5f4d4b471a56d9187b77fd75303;hpb=f519858044a627e99244b334b7bef3f7f96fa317;p=quix0rs-gnu-social.git diff --git a/classes/Profile_role.php b/classes/Profile_role.php index 61ec9ba9df..2f6dff0e1b 100644 --- a/classes/Profile_role.php +++ b/classes/Profile_role.php @@ -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';