]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User_location_prefs.php
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / classes / User_location_prefs.php
old mode 100755 (executable)
new mode 100644 (file)
index 52cb254..bd6029f
@@ -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);
+    }
 }