From 99c26f30c6b1755670710f465efc40bc5331964d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 13 May 2009 01:43:47 +0000 Subject: Allow users to enter multiple tags at once, split by space, semicolon or comma. Fixes ticket #193. --- modules/tag/models/tag.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/tag/models') diff --git a/modules/tag/models/tag.php b/modules/tag/models/tag.php index 0718710d..a7355658 100644 --- a/modules/tag/models/tag.php +++ b/modules/tag/models/tag.php @@ -20,9 +20,6 @@ class Tag_Model extends ORM { protected $has_and_belongs_to_many = array("items"); - var $rules = array( - "name" => "required|length[1,64]"); - /** * Return all viewable items associated with this tag. * @param integer $limit number of rows to limit result to -- cgit v1.2.3