From c07a6591c2b7adeaa5fc965c9339a22709c3ddfb Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Tue, 13 Jul 2010 02:23:04 +0000 Subject: [PATCH] alias_not_allowed should be multiple_alias_not_allowed git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@260727 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/Bugzilla/WebService/Constants.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 074b226b1a4..ea99238b71d 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -7310 \ No newline at end of file +7311 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/Bugzilla/WebService/Constants.pm b/mozilla/webtools/bugzilla/Bugzilla/WebService/Constants.pm index 44b7bb4e000..18d152d3f64 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/WebService/Constants.pm +++ b/mozilla/webtools/bugzilla/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,