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