X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FOauth_application_user.php;h=007e4d1db6656be08b574886f17352f16a462109;hb=f46d675a20bd1c70eeb492d7068fabae83e6a6f5;hp=4d2567246506f68a45a32af658c2f1775d92a649;hpb=12588b1cf73fad7d0a76a29a46ec355150eaa54e;p=quix0rs-gnu-social.git diff --git a/classes/Oauth_application_user.php b/classes/Oauth_application_user.php index 4d25672465..007e4d1db6 100644 --- a/classes/Oauth_application_user.php +++ b/classes/Oauth_application_user.php @@ -17,10 +17,6 @@ class Oauth_application_user extends Managed_DataObject public $created; // datetime not_null public $modified; // timestamp not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k,$v=NULL) { - return Memcached_DataObject::staticGet('Oauth_application_user',$k,$v); - } /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE