From 8c2b901b38fbd2393882bb59becf68ffa1de20fb Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 21 Feb 2006 23:19:24 +0000 Subject: [PATCH] Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt McHenry , r=vladd, a=justdave. --- template/en/default/bug/create/comment.txt.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/en/default/bug/create/comment.txt.tmpl b/template/en/default/bug/create/comment.txt.tmpl index c9f40426ee..bac3c2c5ff 100644 --- a/template/en/default/bug/create/comment.txt.tmpl +++ b/template/en/default/bug/create/comment.txt.tmpl @@ -27,4 +27,7 @@ # from them. #%] [% USE Bugzilla %] +[% Hook.process("form") %] + + [% Bugzilla.cgi.param("comment") %] -- 2.47.2