1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

Improved i18n of default date format on new installs

+ misc bug fixes


git-svn-id: file:///svn/phpbb/trunk@6066 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-06-14 21:04:04 +00:00
parent fc5e04b669
commit 1409df5205
4 changed files with 17 additions and 5 deletions

View File

@@ -102,7 +102,7 @@ include($phpbb_root_path . 'includes/auth.' . $phpEx);
include($phpbb_root_path . 'includes/session.'.$phpEx);
include($phpbb_root_path . 'includes/template.'.$phpEx);
include($phpbb_root_path . 'includes/acm/acm_file.'.$phpEx);
include($phpbb_root_path . 'includes/acm/acm_main.'.$phpEx);
include($phpbb_root_path . 'includes/cache.'.$phpEx);
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
// Try and load an appropriate language if required