From 7c266b777a5bb8dc7dd9e44086c4e504f08650d7 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 5 Mar 2004 07:22:01 +0000 Subject: Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave. --- template/en/default/bug/create/comment-guided.txt.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template/en/default/bug/create/comment-guided.txt.tmpl') diff --git a/template/en/default/bug/create/comment-guided.txt.tmpl b/template/en/default/bug/create/comment-guided.txt.tmpl index 9ef4f1b51..c66a550e1 100644 --- a/template/en/default/bug/create/comment-guided.txt.tmpl +++ b/template/en/default/bug/create/comment-guided.txt.tmpl @@ -23,7 +23,8 @@ # fields on a template from enter_bug.cgi.) It can be used to pull out # various custom fields and format an initial Description entry from them. #%] -User-Agent: [%+ user_agent %] +[% USE Bugzilla %] +User-Agent: [%+ Bugzilla.cgi.user_agent() %] Build Identifier: [%+ form.buildid %] [%+ form.comment IF form.comment %] -- cgit v1.2.3-24-g4f1b