]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fixed error message when version is invalid.
authorterry%netscape.com <>
Wed, 27 Jan 1999 10:56:20 +0000 (10:56 +0000)
committerterry%netscape.com <>
Wed, 27 Jan 1999 10:56:20 +0000 (10:56 +0000)
backdoor.cgi

index f4b05c6371eee37216740e82e83a06c7ca228828..c556c7697a1ca00decd91554800919acafcb67f6 100755 (executable)
@@ -97,7 +97,7 @@ if (lsearch($::components{$prod}, $comp) < 0) {
     Punt("component", $comp);
 }
 if (lsearch($::versions{$prod}, $version) < 0) {
-    Punt("version", $comp);
+    Punt("version", $version);
 }