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:
@@ -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 ".
|
||||
|
||||
Reference in New Issue
Block a user