]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove some errors from WS_ERROR_CODE that don't exist on trunk.
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 13 Jul 2010 22:59:49 +0000 (15:59 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Tue, 13 Jul 2010 22:59:49 +0000 (15:59 -0700)
https://bugzilla.mozilla.org/show_bug.cgi?id=412074

Bugzilla/WebService/Constants.pm

index 8a41db9514d1f9602fae3479ca881796f25d37df..aec2b9855c8cfdc2e9806889160f65107bdf2da8 100644 (file)
@@ -122,8 +122,6 @@ use constant WS_ERROR_CODE => {
     user_access_by_match_denied => 505,
 
     # Attachment errors are 600-700.
-    patch_too_large        => 600,
-    local_file_too_large   => 600,
     file_too_large         => 600,
     invalid_content_type   => 601,
     attachment_illegal_url => 602,