From 88bf1df40e30b2d534e55593bfc3dc85c9b5c3f8 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 14 Jul 2007 03:00:57 +0000 Subject: Bug 388036: Make Bugzilla::Bug do updating for alias in process_bug Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- Bugzilla/WebService/Constants.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/WebService') 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, -- cgit v1.2.3-24-g4f1b