summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/docs/75
-rw-r--r--lib/VNDB/Discussions.pm2
2 files changed, 4 insertions, 3 deletions
diff --git a/data/docs/7 b/data/docs/7
index 5eeb5019..fa6fb2d2 100644
--- a/data/docs/7
+++ b/data/docs/7
@@ -26,9 +26,10 @@
<dl>
<dt><a href="/u2">yorhel</a> <b>[a.k.a. Ayo]</b></dt><dd>
Founder of VNDB and still active as the main developer.
+ </dd><dt><a href="/u93">applehq</a></dt><dd>
+ Moderator for both the discussion board and database entries.
</dd><dt><a href="/u4" class="retired">hillie</a> <b>[retired]</b><dt><dd>
- Responsible for beta testing of the first few versions of the site, thinking
- of cool new features, adding the first few entries to the database and
+ Responsible for beta testing of the first few versions of the site and
moderating user submitted content.
</dd>
</dl>
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 },