From 9676315b2eb2d888d9b7333c3f95a524a3e74712 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 31 Jul 2008 11:27:31 -0400 Subject: extend length of source for notices darcs-hash:20080731152731-84dde-dc6bf652c38ae9a52950e65d7cb310f870a70640.gz --- classes/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/Notice.php') diff --git a/classes/Notice.php b/classes/Notice.php index 6655befb1..c9127bac4 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -40,7 +40,7 @@ class Notice extends DB_DataObject public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP public $reply_to; // int(4) public $is_local; // tinyint(1) - public $source; // varchar(8) + public $source; // varchar(32) /* Static get */ function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Notice',$k,$v); } -- cgit v1.2.3-54-g00ecf