X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_inbox.php;h=93b1f113d91b7c4d1f93e849db374e195764ef7d;hb=3a82ff28601d66d443f3b99d0504d35a44712ee5;hp=cc482bd194fc07fe052350f5d2a6568db2367b4f;hpb=3987de1064de54c945d311fa8b0eab144504891a;p=quix0rs-gnu-social.git diff --git a/classes/Notice_inbox.php b/classes/Notice_inbox.php index cc482bd194..93b1f113d9 100644 --- a/classes/Notice_inbox.php +++ b/classes/Notice_inbox.php @@ -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 $created; // datetime() not_null public $source; // tinyint(1) default_1 + public $created; // datetime() not_null /* Static get */ function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); }