]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Remember_me.php
add $config['attachments']['path'] to the config.php.sample
[quix0rs-gnu-social.git] / classes / Remember_me.php
index 9d3f9378f936b597d4336e70c4155ebfeb98b970..8dc29bfa39d6d2151d156c6d1a40e8a9c3f83ac0 100644 (file)
@@ -15,10 +15,12 @@ class Remember_me extends Memcached_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=null) { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Remember_me',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
-    function sequenceKey() { return array(false, false); }
+    function sequenceKey()
+    { return array(false, false); }
 }