X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_location_prefs.php;h=bd6029f97cbc374aa09e6735223283ac310e2159;hb=6a848bcc8ac37066f7c4941132195d2d67d3b376;hp=52cb254badc46f7d7791a1683eebb71c494a2761;hpb=a1e599640419bd1ea1f251b9e19e50522bda4de5;p=quix0rs-gnu-social.git diff --git a/classes/User_location_prefs.php b/classes/User_location_prefs.php index 52cb254bad..bd6029f97c 100644 --- a/classes/User_location_prefs.php +++ b/classes/User_location_prefs.php @@ -45,4 +45,9 @@ class User_location_prefs extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE + + function sequenceKey() + { + return array(false, false, false); + } }