X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser_location_prefs.php;h=bd6029f97cbc374aa09e6735223283ac310e2159;hb=4c320872d92e4323c2566013034dbea45b309065;hp=52cb254badc46f7d7791a1683eebb71c494a2761;hpb=bbf516b96594770c5dc0dea7f9b15937d7c9a237;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); + } }