X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=classes%2FUser_location_prefs.php;h=5058b270f723c7bc2ba993e53c28263fdce64e0c;hb=7e597ea7cc85c3b7c7226d443b21fb3252c8fd7e;hp=060ef41e832baaa360505d7d6f7cb7976f83bc19;hpb=7d64d8c78cfa102b91975598ef9e574d2ef14b8c;p=quix0rs-gnu-social.git diff --git a/classes/User_location_prefs.php b/classes/User_location_prefs.php index 060ef41e83..5058b270f7 100644 --- a/classes/User_location_prefs.php +++ b/classes/User_location_prefs.php @@ -40,9 +40,6 @@ class User_location_prefs extends Managed_DataObject public $created; // datetime not_null default_0000-00-00%2000%3A00%3A00 public $modified; // timestamp not_null default_CURRENT_TIMESTAMP - /* Static get */ - function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_location_prefs',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE