X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FInvitation.php;h=a40bd0f330a5b96d8afaba56f3d7743a79efc9c6;hb=753019baf27281370e91084d3766e59fa80b66f1;hp=ae34a31023899451add42c6f8097de2cb0c6436f;hpb=7a9777df053a9007b5eaa71f5437584065b615a5;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