r1548: Add an additional stop for the upgrade system in upgrade14.php that encourages...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 1 Jun 2007 05:47:53 +0000 (05:47 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 1 Jun 2007 05:47:53 +0000 (05:47 +0000)
install/upgrade14.php

index 8dc86a84679d65385078fd0642ca7ec4cf1f8288..275948f2794d7b4d69e16f9cd2433ae812bd47ae 100644 (file)
@@ -68,7 +68,7 @@ else if ($bugsys->in['mark'] == 2)
 {
 ?>
 <h1>Database Character Set and Collation</h1>
-<p>Earlier versions of Bugdar did not recommend or enforce database character set support. Unless you have a very good reason not to (you should know if you do), it is recommended that you run <a href="convert_database_charset.php">this script</a> to convert your MySQL database from your current character set to UTF8. This should especially help international users.</p>
+<p>Earlier versions of Bugdar did not recommend or enforce database character set support. Unless you have a very good reason not to (you should know if you do or not), it is recommended that you run <a href="convert_database_charset.php">this script</a> to convert your MySQL database from your current character set to UTF8. This should fix bugs for international users. If you have questions, please <a href="http://www.bluestatic.org">contact Blue Static</a>.</p>
 <p>This step is not required.</p>
 <?php
 }