diff options
author | jeff <jeff> | 2007-10-08 19:04:50 +0000 |
---|---|---|
committer | jeff <jeff> | 2007-10-08 19:04:50 +0000 |
commit | de08f05ca3392cd47de0a144fd5938f458f2b4cc (patch) | |
tree | 7ddfaccf94a857c899524d77a096bed169ea03f5 /httemplate/misc/inventory_item-import.html | |
parent | 2ad6056b681be4cdec55563c8889eb5afd2032ca (diff) |
Remove remaining calls to idiot/eidiot. Should fix 1479
Diffstat (limited to 'httemplate/misc/inventory_item-import.html')
-rw-r--r-- | httemplate/misc/inventory_item-import.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/inventory_item-import.html b/httemplate/misc/inventory_item-import.html index 87c6af34c..363623806 100644 --- a/httemplate/misc/inventory_item-import.html +++ b/httemplate/misc/inventory_item-import.html @@ -1,7 +1,7 @@ % % %my $classnum = $cgi->param('classnum'); -%$classnum =~ /^(\d+)$/ or eidiot "illegal classnum $classnum"; +%$classnum =~ /^(\d+)$/ or errorpage("illegal classnum $classnum"); %$classnum = $1; %my $inventory_class = qsearchs('inventory_class', { 'classnum' => $classnum } ); % |