diff options
author | jocuri%softhome.net <> | 2006-02-22 00:20:14 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-02-22 00:20:14 +0100 |
commit | aa4c703bcee4ae1ced0326c14523eede076daa65 (patch) | |
tree | 88254056cc1f332afffc7904c8208213d47b7394 | |
parent | 1103886b1c9b9cd8ebc25bc66c12b56fc3e4ac3c (diff) | |
download | bugzilla-aa4c703bcee4ae1ced0326c14523eede076daa65.tar.gz bugzilla-aa4c703bcee4ae1ced0326c14523eede076daa65.tar.xz |
Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt McHenry <mmchenry@carnegielearning.com>, r=vladd, a=justdave.
-rw-r--r-- | template/en/default/bug/create/comment.txt.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
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") %] |