diff options
author | lpsolit%gmail.com <> | 2006-07-02 05:01:51 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-02 05:01:51 +0200 |
commit | 1e087ef9416da23989f9134866586ea02df156da (patch) | |
tree | ace4823ea7692afdeabd6fa43a88afed53ed4b03 /docs | |
parent | f301c9241af577f8f3df94338f1329d91c82d252 (diff) | |
download | bugzilla-1e087ef9416da23989f9134866586ea02df156da.tar.gz bugzilla-1e087ef9416da23989f9134866586ea02df156da.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')
-rw-r--r-- | docs/xml/customization.xml | 10 |
1 files changed, 5 insertions, 5 deletions
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 @@ <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> |