From 6fc7eece357e364a6f11f94ac7bfdb08b18803f6 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Fri, 4 Apr 2008 06:53:52 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20340278:=20Move=20CheckCanChangeField()=20?= =?UTF-8?q?from=20process=5Fbug.cgi=20to=20Bug.pm=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3Dmkanat=20?= =?UTF-8?q?a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.0.0.236/trunk@249460 18797224-902f-48f8-a5cc-f745e15eee43 --- .../webtools/bugzilla/docs/en/xml/customization.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/en/xml/customization.xml b/mozilla/webtools/bugzilla/docs/en/xml/customization.xml index aefacda6702..4a832c61444 100644 --- a/mozilla/webtools/bugzilla/docs/en/xml/customization.xml +++ b/mozilla/webtools/bugzilla/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.