X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FForeign_subscription.php;h=65f5d693a2f2ddfc4ea6aa66f9e3ebfa43bd8c57;hb=cb8bf360c42ca8fce44fac62316d6d71d66d912e;hp=99bf3868b544c4dddd72620fdcb1e125d48ac6ea;hpb=8c710ad2c1b80544acccb515f7b601aadff2de16;p=quix0rs-gnu-social.git diff --git a/classes/Foreign_subscription.php b/classes/Foreign_subscription.php index 99bf3868b5..65f5d693a2 100644 --- a/classes/Foreign_subscription.php +++ b/classes/Foreign_subscription.php @@ -15,10 +15,6 @@ class Foreign_subscription extends Managed_DataObject public $subscribed; // int(4) primary_key not_null public $created; // datetime() not_null - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Foreign_subscription',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE