diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 01:43:47 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-13 01:43:47 +0000 |
commit | 99c26f30c6b1755670710f465efc40bc5331964d (patch) | |
tree | 4920d5eda592707a163cf90ef08503bd3841d294 /modules/tag/models | |
parent | 983dc66684999e03685a496f17ca75f81cd21ffe (diff) |
Allow users to enter multiple tags at once, split by space, semicolon
or comma.
Fixes ticket #193.
Diffstat (limited to 'modules/tag/models')
-rw-r--r-- | modules/tag/models/tag.php | 3 |
1 files changed, 0 insertions, 3 deletions
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 |