fix for 47790 : A bug to track which bugs Zach's bugzilla patch resolves.

patches by zach@zachlipton.com. Thanks!


git-svn-id: svn://10.0.0.236/trunk@77360 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cyeh%bluemartini.com
2000-08-28 17:48:59 +00:00
parent 94fc65619d
commit dcb7c1906c
6 changed files with 18 additions and 17 deletions

View File

@@ -521,7 +521,7 @@ SWITCH: for ($::FORM{'knob'}) {
$num = FetchOneColumn();
if (!$num) {
PuntTryAgain("You must specify a bug number of which this bug " .
"is a duplicate. The bug has not been changed.")
"is a duplicate or a valid bug number. The bug has not been changed.")
}
if (!defined($::FORM{'id'}) || $num == $::FORM{'id'}) {
PuntTryAgain("Nice try, $::FORM{'who'}. But it doesn't really ".