whitespace diff on Notice_inbox

darcs-hash:20081120205319-84dde-c8ea8a1ae5e1e22c48fa89bd1b8f486345b3e13b.gz
This commit is contained in:
Evan Prodromou 2008-11-20 15:53:19 -05:00
parent dc5d227f77
commit 1d3bb3d433
1 changed files with 1 additions and 1 deletions

View File

@ -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); }