]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
update User.php with new design-related fields
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:26:29 +0000 (23:26 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 24 May 2009 03:26:29 +0000 (23:26 -0400)
classes/User.php
classes/laconica.ini

index ea8ba40817ac74c3901c9f8f519deb677f616339..22090b98678738a3f23d10d3c1fe93047b36f2ca 100644 (file)
@@ -62,14 +62,13 @@ class User extends Memcached_DataObject
     public $autosubscribe;                   // tinyint(1)
     public $urlshorteningservice;            // varchar(50)   default_ur1.ca
     public $inboxed;                         // tinyint(1)
+    public $design_id;                       // int(4)
+    public $viewdesigns;                     // tinyint(1)   default_1
     public $created;                         // datetime()   not_null
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL)
-    {
-        return Memcached_DataObject::staticGet('User',$k,$v);
-    }
+    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
index 450af362153de330207e60119cbaeb95c30a4eb2..07aa016fef9921e9736898d4d1b27e16c01aca1a 100755 (executable)
@@ -424,10 +424,10 @@ uri = 2
 autosubscribe = 17
 urlshorteningservice = 2
 inboxed = 17
-created = 142
-modified = 384
 design_id = 1
 viewdesigns = 17
+created = 142
+modified = 384
 
 [user__keys]
 id = K