From f58650e43e01119d30be25befd275f4d4f380a97 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Mon, 30 Jul 2007 12:46:25 +0000 Subject: Bug 388826 "cannot make a conclusive match" should not be said if the only reason is confirmuniqueusermatch r=wicked a=lpsolit --- Bugzilla/User.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/User.pm') diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 080a98abb..f73dd06df 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1344,6 +1344,7 @@ sub match_field { $vars->{'fields'} = $fields; # fields being matched $vars->{'matches'} = $matches; # matches that were made $vars->{'matchsuccess'} = $matchsuccess; # continue or fail + $vars->{'matchmultiple'} = $match_multiple; print Bugzilla->cgi->header(); -- cgit v1.2.3-24-g4f1b