summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util/FormHTML.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-28 13:39:27 +0100
committerYorhel <git@yorhel.nl>2008-11-28 13:39:27 +0100
commit4c79e6bb6cd9ecc076197e27caae0cc61010cf25 (patch)
tree0c040a9101b3819e56db158571f5815324989299 /lib/VNDB/Util/FormHTML.pm
parentd803fc7c69beb6715ce4b5cacfbf1c6385de32ba (diff)
VN image upload works
Diffstat (limited to 'lib/VNDB/Util/FormHTML.pm')
-rw-r--r--lib/VNDB/Util/FormHTML.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/VNDB/Util/FormHTML.pm b/lib/VNDB/Util/FormHTML.pm
index ca814de4..230e3725 100644
--- a/lib/VNDB/Util/FormHTML.pm
+++ b/lib/VNDB/Util/FormHTML.pm
@@ -39,6 +39,8 @@ my %formerr_exeptions = (
passmatch => 'Passwords do not match',
usrexists => 'Someone already has this username, please choose something else',
mailexists => 'Someone already registered with that email address',
+ noimage => 'Image must be in JPEG or PNG format',
+ toolarge => 'Image is too large, only 50kB allowed',
);