aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-06-03 23:10:07 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-06-03 23:10:07 +0000
commit10fa55f5a0c624986117185dca32b7c195258f13 (patch)
treed057870fd531fb44af24b03438bdd6d208349a4e /phpBB/common.php
parentbfa2136438a8459bb1e1a9fd02f6f4addceb4bec (diff)
downloadforums-10fa55f5a0c624986117185dca32b7c195258f13.tar
forums-10fa55f5a0c624986117185dca32b7c195258f13.tar.gz
forums-10fa55f5a0c624986117185dca32b7c195258f13.tar.bz2
forums-10fa55f5a0c624986117185dca32b7c195258f13.tar.xz
forums-10fa55f5a0c624986117185dca32b7c195258f13.zip
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
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 0 insertions, 1 deletions
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