From: Max Kanat-Alexander Date: Tue, 13 Jul 2010 02:04:40 +0000 (-0700) Subject: alias_not_allowed should be multiple_alias_not_allowed X-Git-Tag: bugzilla-3.7.3~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0510d7bd47fdf629f509fd157189667200ba961e;p=thirdparty%2Fbugzilla.git alias_not_allowed should be multiple_alias_not_allowed https://bugzilla.mozilla.org/show_bug.cgi?id=415813 --- diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index 44b7bb4e00..18d152d3f6 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -66,7 +66,7 @@ use constant WS_ERROR_CODE => { alias_in_use => 103, alias_is_numeric => 103, alias_has_comma_or_space => 103, - alias_not_allowed => 103, + multiple_alias_not_allowed => 103, # Misc. bug field errors illegal_field => 104, freetext_too_long => 104,