mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-01 14:32:54 +01:00
Fixes install problem
git-svn-id: file:///svn/phpbb/trunk@1430 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
8618f81d77
commit
bb31a5e009
phpBB/db/schemas
@ -45,7 +45,6 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_height'
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_path','images/avatars');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_gallery_path','images/avatars/gallery');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_path','images/smiles');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang','english');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_style','1');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
|
||||
|
@ -46,7 +46,6 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_max_height'
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_path','images/avatars');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('avatar_gallery_path','images/avatars/gallery');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('smilies_path','images/smiles');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_lang','english');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_style','1');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('default_dateformat','D M d, Y g:i a');
|
||||
INSERT INTO phpbb_config (config_name, config_value) VALUES ('board_timezone','0');
|
||||
|
Loading…
x
Reference in New Issue
Block a user