From: Frédéric Buclin Date: Tue, 4 Oct 2011 21:36:31 +0000 (+0200) Subject: $user->is_mover no longer exists, see bug 556422 X-Git-Tag: bugzilla-4.3.1~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9afc9a7dabacd232dc46ba58866fc79bb4b7f76e;p=thirdparty%2Fbugzilla.git $user->is_mover no longer exists, see bug 556422 --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index ea186a0fdc..48ce41a57d 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, 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,