summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-11-14 03:16:24 +0100
committerlpsolit%gmail.com <>2005-11-14 03:16:24 +0100
commit7c0a44b743db440fee8a63a71f1742fd8c92df03 (patch)
tree6ec2cbf98b83e4cbc89339aa9f1a726567b9c138 /template/en/default/bug/comments.html.tmpl
parent03352ccf9bdb6b816e0650f8f76e008a17df87c0 (diff)
downloadbugzilla-7c0a44b743db440fee8a63a71f1742fd8c92df03.tar.gz
bugzilla-7c0a44b743db440fee8a63a71f1742fd8c92df03.tar.xz
Bug 314547: [PostgreSQL] cannot check/uncheck the "Private" checkbox for comments in show_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/bug/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl
index 79e5636fc..47c6edb61 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -124,7 +124,7 @@
<i>
<input type="hidden" name="oisprivate-[% count %]"
value="[% comment.isprivate %]">
- <input type="hidden" name="when-[% count %]" value="[% comment.when %]">
+ <input type="hidden" name="when-[% count %]" value="[% comment.time %]">
<input type="checkbox" name="isprivate-[% count %]" value="1"
onClick="updateCommentPrivacy(this, [% count %])"
id="isprivate-[% count %]"