From 1e087ef9416da23989f9134866586ea02df156da Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 2 Jul 2006 03:01:51 +0000 Subject: Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/customization.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index aefacda67..4a832c614 100644 --- a/docs/xml/customization.xml +++ b/docs/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. -- cgit v1.2.3-24-g4f1b