moved charset to a lang setting

This commit is contained in:
skeeter 2000-09-30 16:18:23 +00:00
parent 6c714f9151
commit 5c41980a0c
4 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,7 @@
- Group public items should now be working.
- Fixed a wrong data type error when calling sort() on 1 folder.
- Added week number in month view of calendar. (Patch by grasl)
- Moved charset setting from globalconfig.inc.php / DB to lang files.
- A bunch of other minor bug fixes.
[09072000] - Added print icon that allows you to print out a page without having

View File

@ -1,3 +1,4 @@
INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'charset','common','en','iso-8859-1');
INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'low','common','en','Low');
INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'forum','common','en','Forum');
INSERT INTO lang (message_id, app_name, lang, content) VALUES( 'normal','common','en','Normal');

View File

@ -73,3 +73,5 @@ insert into config (config_name, config_value) values ('httpproxy_port', '');
insert into config (config_name, config_value) values ('showpoweredbyon', 'bottom');
insert into config (config_name, config_value) values ('checkfornewversion', 'False');
insert into lang (message_id, app_name, lang, content) VALUES( 'charset','common','en','iso-8859-1');

View File

@ -73,3 +73,6 @@ insert into config (config_name, config_value) values ('httpproxy_port', '');
insert into config (config_name, config_value) values ('showpoweredbyon', 'bottom');
insert into config (config_name, config_value) values ('checkfornewversion', 'False');
insert into lang (message_id, app_name, lang, content) VALUES( 'charset','common','en','iso-8859-1');
insert into lang (message_id, app_name, lang, content) VALUES( 'charset','common','de','iso-8859-1');