diff options
author | Evan Prodromou <evan@status.net> | 2010-01-07 14:56:09 -0800 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-01-07 14:56:09 -0800 |
commit | c0a062dd8517a95acf8a7bdddddd4a397d791c1f (patch) | |
tree | 6a42bf82d92a266a2fa211197759a2d90ee70a23 /classes | |
parent | b2bab7d7caddd7e57974e07c48663e1422853ebe (diff) | |
parent | 14421d9db31392c731fc6d298805f6f4fd216b8b (diff) |
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'classes')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index 9fa022650..9bda47827 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -63,7 +63,7 @@ class Notice extends Memcached_DataObject public $created; // datetime multiple_key not_null default_0000-00-00%2000%3A00%3A00 public $modified; // timestamp not_null default_CURRENT_TIMESTAMP public $reply_to; // int(4) - public $is_local; // tinyint(1) + public $is_local; // int(4) public $source; // varchar(32) public $conversation; // int(4) public $lat; // decimal(10,7) |