X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2FUser_location_prefs.php;h=bd6029f97cbc374aa09e6735223283ac310e2159;hb=11bd98025c1e41921359b634461772d22a1c059f;hp=52cb254badc46f7d7791a1683eebb71c494a2761;hpb=51a33dc66da9ff3412f767cf8451f6aeaf7696ea;p=quix0rs-gnu-social.git diff --git a/classes/User_location_prefs.php b/classes/User_location_prefs.php old mode 100755 new mode 100644 index 52cb254bad..bd6029f97c --- 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); + } }