From 11c9fb65e221fcadb249548dbdb02cd6678e5e8c Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Fri, 4 Apr 2008 11:48:19 +0000 Subject: =?UTF-8?q?Bug=20390040:=20Fix=20wrong=20file=20name=20for=20hook?= =?UTF-8?q?=20in=20customization.xml=20(documentation=20only)=20-=20Patch?= =?UTF-8?q?=20by=20C=C3=83=C2=A9dric=20Corazza=20=20r=3Dvladd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/xml/customization.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index a513610be..ce48ab940 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -1,6 +1,6 @@ - Customising Bugzilla + Customizing Bugzilla
Custom Skins @@ -501,8 +501,8 @@ Code hooks appear in Bugzilla source files as a single method call in the format Bugzilla::Hook->process("name");. - for instance, enter_bug.cgi may invoke the hook - "enter_bug-defaultvars". Thus, a source file at + For instance, enter_bug.cgi may invoke the hook + "enter_bug-entrydefaultvars". Thus, a source file at BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl will be automatically invoked when the code hook is reached. -- cgit v1.2.1