From f2207057719eb78e6c1a4483f9dc55de1de9fb92 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 8 Jul 2007 00:01:52 +0000 Subject: [PATCH] r1570: We are no longer going to tell people to convert their databases, if they have problems, they can come and talk to us --- install/upgrade14.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/install/upgrade14.php b/install/upgrade14.php index 275948f..51283c1 100644 --- a/install/upgrade14.php +++ b/install/upgrade14.php @@ -19,7 +19,7 @@ || ################################################################### \*=====================================================================*/ -define('STOP_MARK', 2); +define('STOP_MARK', 1); define('ACTIVE_SITE', 'upgrade14.php'); require_once('./global.php'); @@ -64,17 +64,6 @@ if ($bugsys->in['mark'] == 1) // ################################################################### -else if ($bugsys->in['mark'] == 2) -{ -?> -

Database Character Set and Collation

-

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 this script to convert your MySQL database from your current character set to UTF8. This should fix bugs for international users. If you have questions, please contact Blue Static.

-

This step is not required.

-