summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 30cdecbe..ca731ca2 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -50,7 +50,7 @@ TUWF::set(
error_404_handler => \&handle404,
log_format => \&logformat,
validate_templates => {
- id => { template => 'uint', min => 1, max => 1<<40 },
+ id => { template => 'uint', max => 1<<40 },
page => { template => 'uint', max => 1000 },
uname => { regex => qr/^[a-z0-9-]*$/, minlength => 2, maxlength => 15 },
gtin => { func => \&gtintype },