summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authoryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 14:30:59 +0000
committeryorhel <yorhel@1fe2e327-d9db-4752-bcf7-ef0cb4a1748b>2008-07-08 14:30:59 +0000
commitf0b4bff80a075dd087134a9d8d00606956d29b3b (patch)
tree8ce9efbd9ae84b9e584c99fc0947040b2c160a05 /lib/VNDB
parentb7f866432cc3a44e9c62d4ad081f62e3ca791d1c (diff)
Upped the character limit of posts to 5000 and fixed a few typos
git-svn-id: svn://vndb.org/vndb@61 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Discussions.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Discussions.pm b/lib/VNDB/Discussions.pm
index cebed80a..6f47aa63 100644
--- a/lib/VNDB/Discussions.pm
+++ b/lib/VNDB/Discussions.pm
@@ -50,7 +50,7 @@ sub TEdit {
my $frm = {};
if($self->ReqMethod eq 'POST') {
$frm = $self->FormCheck(
- { name => 'msg', required => 1, maxlength => 1024 },
+ { name => 'msg', required => 1, maxlength => 5000 },
!$tid || $num == 1 ? (
{ name => 'title', required => 1, maxlength => 50 },
{ name => 'tags', required => 1, maxlength => 50 },