X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_source.php;h=e7568bbca2a0be0f0b644d5cb0a3974c8e430a02;hb=6a6d88f0f4641f294a5c513c6aacba604e37222f;hp=a12397b0b628d13e3e7dc8f7ddbf9dd188d1ad37;hpb=eb2f9c98ac115ce67e9a740b200c832153ffa05c;p=quix0rs-gnu-social.git diff --git a/classes/Notice_source.php b/classes/Notice_source.php index a12397b0b6..e7568bbca2 100644 --- a/classes/Notice_source.php +++ b/classes/Notice_source.php @@ -17,7 +17,8 @@ class Notice_source extends Memcached_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP /* Static get */ - function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Notice_source',$k,$v); } + 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