X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_username.php;h=31dc66faeaf041f1b343b91d28a1e8716136bd0d;hb=1a9a8ea73032b0ded09a8ea9a4c0511401507090;hp=652e7bd14125bee483b9d1aae4a6795e587d0e3a;hpb=d115cddfb7e2445423a4b263faa9e057dbf295e0;p=quix0rs-gnu-social.git diff --git a/classes/User_username.php b/classes/User_username.php index 652e7bd141..31dc66faea 100644 --- a/classes/User_username.php +++ b/classes/User_username.php @@ -16,12 +16,6 @@ class User_username 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('User_username',$k,$v); - } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE