From: lpsolit%gmail.com <> Date: Fri, 4 Apr 2008 11:48:13 +0000 (+0000) Subject: Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by... X-Git-Tag: bugzilla-3.1.1~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daed02d6de5f14821af10d4d687a60023e9e5180;p=thirdparty%2Fbugzilla.git Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by Frédéric Buclin r=mkanat a=justdave --- diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index aefacda670..4a832c6144 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -673,11 +673,11 @@ For maximum flexibility, customizing this means editing Bugzilla's Perl code. This gives the administrator complete control over exactly who is - allowed to do what. The relevant function is called - CheckCanChangeField(), - and is found in process_bug.cgi in your - Bugzilla directory. If you open that file and search for - sub CheckCanChangeField, you'll find it. + allowed to do what. The relevant method is called + check_can_change_field(), + and is found in Bug.pm in your + Bugzilla/ directory. If you open that file and search for + sub check_can_change_field, you'll find it.