From 496a78f616b10c1c5c4bd0398021232e9bffa77e Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 18 Nov 2006 23:10:11 +0000 Subject: Bug 304550: Bugzilla should always store data in MySQL as UTF-8 Patch By Max Kanat-Alexander r=LpSolit, a=justdave --- template/en/default/global/messages.html.tmpl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'template/en/default/global') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index a3b29bee7..b5f736120 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -216,6 +216,9 @@ [% IF param_changed.size > 0 %] [% FOREACH param = param_changed %] Changed [% param FILTER html %]
+ [% IF param == 'utf8' && Param('utf8') %] + You must now re-run checksetup.pl.
+ [% END %] [% END %] [% ELSE %] No changes made. -- cgit v1.2.3-24-g4f1b