summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Tags.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-02-10 17:11:58 +0100
committerYorhel <git@yorhel.nl>2010-02-10 17:11:58 +0100
commitb51398cd6c166e4cc0c59177d5b83663adf28449 (patch)
tree62fc3c8afa6efb6737b2e2c873474b4e098f0883 /lib/VNDB/Handler/Tags.pm
parent30e14ff45a26c6a8a0c799348eeca5a883689ca6 (diff)
Handler::Tags: Increased maxlength of the tag descriptions
Diffstat (limited to 'lib/VNDB/Handler/Tags.pm')
-rw-r--r--lib/VNDB/Handler/Tags.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Handler/Tags.pm b/lib/VNDB/Handler/Tags.pm
index aa46f5b9..521d4fc8 100644
--- a/lib/VNDB/Handler/Tags.pm
+++ b/lib/VNDB/Handler/Tags.pm
@@ -190,7 +190,7 @@ sub tagedit {
{ name => 'state', required => 0, default => 0, enum => [ 0..2 ] },
{ name => 'meta', required => 0, default => 0 },
{ name => 'alias', required => 0, maxlength => 1024, default => '', regex => [ qr/^[^,]+$/s, 'No comma allowed in aliases' ] },
- { name => 'description', required => 0, maxlength => 1024, default => '' },
+ { name => 'description', required => 0, maxlength => 10240, default => '' },
{ name => 'parents', required => !$self->authCan('tagmod'), default => '' },
{ name => 'merge', required => 0, default => '' },
);