From aa4c703bcee4ae1ced0326c14523eede076daa65 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 21 Feb 2006 23:20:14 +0000 Subject: 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(+) (limited to 'template') diff --git a/template/en/default/bug/create/comment.txt.tmpl b/template/en/default/bug/create/comment.txt.tmpl index c9f40426e..bac3c2c5f 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") %] -- cgit v1.2.3-24-g4f1b