summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/customization.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-04-04 13:48:13 +0200
committerlpsolit%gmail.com <>2008-04-04 13:48:13 +0200
commitdaed02d6de5f14821af10d4d687a60023e9e5180 (patch)
tree10b7031f8f8ea188d238835b26dc4c352eefe2d7 /docs/en/xml/customization.xml
parent7049247563f8d556377412acd1195c3158dd2cba (diff)
downloadbugzilla-daed02d6de5f14821af10d4d687a60023e9e5180.tar.gz
bugzilla-daed02d6de5f14821af10d4d687a60023e9e5180.tar.xz
Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'docs/en/xml/customization.xml')
-rw-r--r--docs/en/xml/customization.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml
index aefacda67..4a832c614 100644
--- a/docs/en/xml/customization.xml
+++ b/docs/en/xml/customization.xml
@@ -673,11 +673,11 @@
<para>
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
- <filename>CheckCanChangeField()</filename>,
- and is found in <filename>process_bug.cgi</filename> in your
- Bugzilla directory. If you open that file and search for
- <quote>sub CheckCanChangeField</quote>, you'll find it.
+ allowed to do what. The relevant method is called
+ <filename>check_can_change_field()</filename>,
+ and is found in <filename>Bug.pm</filename> in your
+ Bugzilla/ directory. If you open that file and search for
+ <quote>sub check_can_change_field</quote>, you'll find it.
</para>
<para>