diff options
author | Dylan William Hardison <dylan@hardison.net> | 2014-05-28 17:04:37 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2014-05-28 17:04:37 +0200 |
commit | 7ea36c899372e8e113935ff036e992a819d786b6 (patch) | |
tree | 5a5e09763995a8c783ee98cefe8a5edb1e5eee26 /Bugzilla/WebService/Constants.pm | |
parent | b6b83df873a1509797235738e00f9e6307eca876 (diff) | |
download | bugzilla-7ea36c899372e8e113935ff036e992a819d786b6.tar.gz bugzilla-7ea36c899372e8e113935ff036e992a819d786b6.tar.xz |
Revert previous commit to re-apply with the schema change in a separate commit.
This reverts commit b6b83df873a1509797235738e00f9e6307eca876.
Diffstat (limited to 'Bugzilla/WebService/Constants.pm')
-rw-r--r-- | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index c6bbeb9bd..c2a6d855c 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -277,7 +277,6 @@ sub WS_DISPATCH { 'User' => 'Bugzilla::WebService::User', 'Product' => 'Bugzilla::WebService::Product', 'Group' => 'Bugzilla::WebService::Group', - 'BugUserLastVisit' => 'Bugzilla::WebService::BugUserLastVisit', %hook_dispatch }; return $dispatch; |