From 1ad7ca639ddb87af3755a4ac17ae5199fa5c4fc2 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 9 Mar 2009 03:29:22 +0000 Subject: Make the description a text column so that we can handle much larger descriptions. --- core/models/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models') diff --git a/core/models/item.php b/core/models/item.php index 591d292e..f2fb8fa4 100644 --- a/core/models/item.php +++ b/core/models/item.php @@ -25,7 +25,7 @@ class Item_Model extends ORM_MPTT { var $rules = array( "name" => "required|length[0,255]", "title" => "required|length[0,255]", - "description" => "length[0,255]" + "description" => "length[0,65535]" ); /** -- cgit v1.2.3