From 10fa55f5a0c624986117185dca32b7c195258f13 Mon Sep 17 00:00:00 2001 From: James Atkinson Date: Sun, 3 Jun 2001 23:10:07 +0000 Subject: Fixed reply w/ quote link (functionality still dosan't exist for it though) Fixed bug with being able to modifiy someone elses profile Fixed bug with BBCode not working Fixed bug with validate_username causing editing of profile to fail (only checks if you actually change you name now) git-svn-id: file:///svn/phpbb/trunk@421 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index 6950bdbee8..d3c5693141 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -122,7 +122,6 @@ else $board_config['avatar_filesize'] = $config['avatar_filesize']; $board_config['avatar_path'] = $config['avatar_path']; } - include('language/lang_'.$board_config['default_lang'].'.'.$phpEx); ?> \ No newline at end of file -- cgit v1.2.1