forked from GNUsocial/gnu-social
		
	update User.php with new design-related fields
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user