From f10b1b9cc684bfd08b204f0004b22dd62338e793 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 4 Oct 2011 23:41:09 +0200 Subject: [PATCH] $user->is_mover no longer exists, see bug 556422 --- Bugzilla/User.pm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index f81ed2b2f2..41d130f7ce 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -2316,12 +2316,6 @@ Returns true if the user wants mail for a given set of events. This method is more general than C, allowing you to check e.g. permissions for flag mail. -=item C - -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 Returns true if the user can access private comments and attachments, -- 2.47.2