]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
$user->is_mover no longer exists, see bug 556422
authorFrédéric Buclin <LpSolit@gmail.com>
Tue, 4 Oct 2011 21:41:09 +0000 (23:41 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Tue, 4 Oct 2011 21:41:09 +0000 (23:41 +0200)
Bugzilla/User.pm

index f81ed2b2f2643006af048958beb8dddfb5f48748..41d130f7ce2e1edd5e8c9a61dd02df8854a403a3 100644 (file)
@@ -2316,12 +2316,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,