summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-03-31 21:24:22 +0200
committerlpsolit%gmail.com <>2009-03-31 21:24:22 +0200
commitffc663e11c9bd310e5a15452739dc64b88095611 (patch)
treea577f0f94c9a97fd088537c060f497907dc1b0ad /template/en/default/global
parentd8dc06a626ad4542d9d5db9c5e2a2de7f4003cc6 (diff)
downloadbugzilla-ffc663e11c9bd310e5a15452739dc64b88095611.tar.gz
bugzilla-ffc663e11c9bd310e5a15452739dc64b88095611.tar.xz
Bug 399089: Remove the 'usermatchmode' parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/confirm-user-match.html.tmpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl
index 5b209dfce..f961ee0b9 100644
--- a/template/en/default/global/confirm-user-match.html.tmpl
+++ b/template/en/default/global/confirm-user-match.html.tmpl
@@ -132,8 +132,7 @@
<b>[% query.value.users.0.identity FILTER html %]</b>
[% END %]
[% ELSE %]
- [% IF (query.key.length < 3) && !(Param('emailsuffix'))
- && (Param('usermatchmode') == 'search') %]
+ [% IF (query.key.length < 3) && !Param('emailsuffix') %]
<font color="#FF0000">was too short for substring match
(minimum 3 characters)</font>
[% ELSE %]