diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-04 23:36:31 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-04 23:36:31 +0200 |
commit | 9afc9a7dabacd232dc46ba58866fc79bb4b7f76e (patch) | |
tree | bc9a8bfa9701ee42e0e2cdb2e8a79d6ae1c888d0 /Bugzilla | |
parent | 377e583d5754160efca028f80d69bfc04ea54db8 (diff) | |
download | bugs-9afc9a7dabacd232dc46ba58866fc79bb4b7f76e.tar bugs-9afc9a7dabacd232dc46ba58866fc79bb4b7f76e.tar.gz bugs-9afc9a7dabacd232dc46ba58866fc79bb4b7f76e.tar.bz2 bugs-9afc9a7dabacd232dc46ba58866fc79bb4b7f76e.tar.xz bugs-9afc9a7dabacd232dc46ba58866fc79bb4b7f76e.zip |
$user->is_mover no longer exists, see bug 556422
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index ea186a0fd..48ce41a57 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -2488,12 +2488,6 @@ Returns true if the user wants mail for a given set of events. This method is more general than C<wants_bug_mail>, allowing you to check e.g. permissions for flag mail. -=item C<is_mover> - -Returns true if the user is in the list of users allowed to move bugs -to another database. Note that this method doesn't check whether bug -moving is enabled. - =item C<is_insider> Returns true if the user can access private comments and attachments, |