X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FInvitation.php;h=a40bd0f330a5b96d8afaba56f3d7743a79efc9c6;hb=c93b21d9f68f0a0edc11ab55062b2d655927fe39;hp=ae34a31023899451add42c6f8097de2cb0c6436f;hpb=7d64d8c78cfa102b91975598ef9e574d2ef14b8c;p=quix0rs-gnu-social.git diff --git a/classes/Invitation.php b/classes/Invitation.php index ae34a31023..a40bd0f330 100644 --- a/classes/Invitation.php +++ b/classes/Invitation.php @@ -17,10 +17,6 @@ class Invitation extends Managed_DataObject public $registered_user_id; // int(4) not_null public $created; // datetime() not_null - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Invitation',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE