Browse Source

Let's not mess with utf8 and current installation of SQLite and Postgre

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
32a908ff9a
2 changed files with 0 additions and 28 deletions
  1. 0 14
      other/upgrade_2-1_postgresql.sql
  2. 0 14
      other/upgrade_2-1_sqlite.sql

+ 0 - 14
other/upgrade_2-1_postgresql.sql

@@ -30,20 +30,6 @@ if (!isset($modSettings['package_make_full_backups']) && isset($modSettings['pac
 ---}
 ---#
 
----# Adding back proper support for UTF8
----{
-global $sourcedir;
-require_once($sourcedir . '/Subs-Admin.php');
-updateSettingsFile(array('db_character_set' => 'utf8'));
-
-upgrade_query("
-	INSERT INTO {$db_prefix}settings
-		(variable, value)
-	VALUES
-		('global_character_set', 'UTF-8')");
----}
----#
-
 /******************************************************************************/
 --- Updating legacy attachments...
 /******************************************************************************/

+ 0 - 14
other/upgrade_2-1_sqlite.sql

@@ -28,20 +28,6 @@ if (!isset($modSettings['package_make_full_backups']) && isset($modSettings['pac
 ---}
 ---#
 
----# Adding back proper support for UTF8
----{
-global $sourcedir;
-require_once($sourcedir . '/Subs-Admin.php');
-updateSettingsFile(array('db_character_set' => 'utf8'));
-
-upgrade_query("
-	INSERT INTO {$db_prefix}settings
-		(variable, value)
-	VALUES
-		('global_character_set', 'UTF-8')");
----}
----#
-
 /******************************************************************************/
 --- Updating legacy attachments...
 /******************************************************************************/