diff options
author | mkanat%bugzilla.org <> | 2007-07-14 05:00:57 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-07-14 05:00:57 +0200 |
commit | 88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8 (patch) | |
tree | e3285aba23abf404472e5a9be42179acb205c254 /template/en | |
parent | e3837b96c71158697052cd72f253f910ae7f79dc (diff) | |
download | bugzilla-88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8.tar.gz bugzilla-88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8.tar.xz |
Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 05aa0e4b3..7eac20cf2 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -86,10 +86,6 @@ has already taken the alias <em>[% alias FILTER html %]</em>. Please choose another one. - [% ELSIF error == "alias_not_defined" %] - [% title = "Alias Is Not Defined" %] - You did not supply an alias to this [% terms.bug %]. - [% ELSIF error == "alias_is_numeric" %] [% title = "Alias Is Numeric" %] You tried to give this [% terms.bug %] the alias <em>[% alias FILTER html %]</em>, |