summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-07-14 05:00:57 +0200
committermkanat%bugzilla.org <>2007-07-14 05:00:57 +0200
commit88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8 (patch)
treee3285aba23abf404472e5a9be42179acb205c254 /Bugzilla/WebService
parente3837b96c71158697052cd72f253f910ae7f79dc (diff)
downloadbugzilla-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 'Bugzilla/WebService')
-rwxr-xr-xBugzilla/WebService/Constants.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm
index 39d25298d..01359868a 100755
--- a/Bugzilla/WebService/Constants.pm
+++ b/Bugzilla/WebService/Constants.pm
@@ -56,7 +56,6 @@ use constant WS_ERROR_CODE => {
bug_access_denied => 102,
invalid_field_name => 108,
# These all mean "invalid alias"
- alias_not_defined => 103,
alias_too_long => 103,
alias_in_use => 103,
alias_is_numeric => 103,