X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_source.php;h=6f3d2e5634d4249dc5632de95f6196b9575bac5a;hb=c812e7c0d6aafd838ad3f7bcf9784d9b6a099985;hp=a6649f5fba83ad0c679de1eca19f3e292a8fd52f;hpb=8c710ad2c1b80544acccb515f7b601aadff2de16;p=quix0rs-gnu-social.git diff --git a/classes/Notice_source.php b/classes/Notice_source.php index a6649f5fba..6f3d2e5634 100644 --- a/classes/Notice_source.php +++ b/classes/Notice_source.php @@ -16,10 +16,6 @@ class Notice_source extends Managed_DataObject public $created; // datetime() not_null public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Notice_source',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE