]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 340278: Move CheckCanChangeField() from process_bug.cgi to Bug.pm - Patch by...
authorlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:13 +0000 (11:48 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Apr 2008 11:48:13 +0000 (11:48 +0000)
docs/en/xml/customization.xml

index aefacda670290c6e648c0a061c063963be54d575..4a832c6144495629ce08427c4a9e979e22ee2d07 100644 (file)
     <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>