whitespace diff on Notice_inbox
darcs-hash:20081120205319-84dde-c8ea8a1ae5e1e22c48fa89bd1b8f486345b3e13b.gz
This commit is contained in:
parent
dc5d227f77
commit
1d3bb3d433
@ -29,8 +29,8 @@ class Notice_inbox extends Memcached_DataObject
|
||||
public $__table = 'notice_inbox'; // table name
|
||||
public $user_id; // int(4) primary_key not_null
|
||||
public $notice_id; // int(4) primary_key not_null
|
||||
public $source; // tinyint(1) default_1
|
||||
public $created; // datetime() not_null
|
||||
public $source; // tinyint(1) default_1
|
||||
|
||||
/* Static get */
|
||||
function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }
|
||||
|
Loading…
Reference in New Issue
Block a user