Bug 303669: Bugzilla mis-uses perl subroutine prototypes

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave


git-svn-id: svn://10.0.0.236/trunk@177695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%kerio.com
2005-08-13 12:27:04 +00:00
parent 48b221094a
commit 0cbbdcfee7
27 changed files with 88 additions and 88 deletions

View File

@@ -35,7 +35,7 @@ my $dbh = Bugzilla->dbh;
use vars qw($template $vars);
sub Validate ($$) {
sub Validate {
my ($name, $description) = @_;
if ($name eq "") {
ThrowUserError("keyword_blank_name");