X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FFile.php;h=0f65fdb0a6aaa913c3d0a067e411919b845a35c2;hb=1a9a8ea73032b0ded09a8ea9a4c0511401507090;hp=f3940346b3cf3b03bfaf86958991f423b80faa86;hpb=d115cddfb7e2445423a4b263faa9e057dbf295e0;p=quix0rs-gnu-social.git diff --git a/classes/File.php b/classes/File.php index f3940346b3..0f65fdb0a6 100644 --- a/classes/File.php +++ b/classes/File.php @@ -45,9 +45,6 @@ class File extends Managed_DataObject public $filename; // varchar(255) public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('File',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE