From 41c60253b8c1e9a5bd1d9b5f52ffa921c0665364 Mon Sep 17 00:00:00 2001 From: skeeter Date: Sat, 30 Sep 2000 16:24:21 +0000 Subject: [PATCH] moved charset to a lang setting --- setup/config.php | 5 ----- setup/lang_records.inc.php | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/setup/config.php b/setup/config.php index ec603dfc75..384c049b3e 100644 --- a/setup/config.php +++ b/setup/config.php @@ -196,11 +196,6 @@  Server information - - Enter your default character set:
Don't change unless you know what you are doing. - "> - - Enter your default FTP server. "> diff --git a/setup/lang_records.inc.php b/setup/lang_records.inc.php index 98cc79e7db..d035216a1e 100644 --- a/setup/lang_records.inc.php +++ b/setup/lang_records.inc.php @@ -10,6 +10,7 @@ \**************************************************************************/ /* $Id$ */ + $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'charset','common','en','iso-8859-1')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'low','common','en','Low')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'forum','common','en','Forum')"); $db->query("INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'normal','common','en','Normal')");