X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FForeign_subscription.php;h=65f5d693a2f2ddfc4ea6aa66f9e3ebfa43bd8c57;hb=6a95a0cecbe810c35610972f75a1dcfe9e0c44b5;hp=99bf3868b544c4dddd72620fdcb1e125d48ac6ea;hpb=59043dca7fb6f974b11797c4d0f20e5b78b0611d;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