diff options
author | lpsolit%gmail.com <> | 2008-04-04 13:48:13 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-04-04 13:48:13 +0200 |
commit | daed02d6de5f14821af10d4d687a60023e9e5180 (patch) | |
tree | 10b7031f8f8ea188d238835b26dc4c352eefe2d7 | |
parent | 7049247563f8d556377412acd1195c3158dd2cba (diff) | |
download | bugzilla-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
-rw-r--r-- | docs/en/xml/customization.xml | 10 |
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> |