diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-11 10:53:40 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2002-01-11 10:53:40 +0000 |
commit | 84939c8342f8ccd0102a7b61d440aded0a3f4c76 (patch) | |
tree | 68e737c27c31cf22369f794ee2992c5c4a60935d /phpBB | |
parent | 4c3a11f577b63b5efed257bf7dbb4239aca7c179 (diff) | |
download | forums-84939c8342f8ccd0102a7b61d440aded0a3f4c76.tar forums-84939c8342f8ccd0102a7b61d440aded0a3f4c76.tar.gz forums-84939c8342f8ccd0102a7b61d440aded0a3f4c76.tar.bz2 forums-84939c8342f8ccd0102a7b61d440aded0a3f4c76.tar.xz forums-84939c8342f8ccd0102a7b61d440aded0a3f4c76.zip |
Cosmetic error in language_select() (related to #499989)
git-svn-id: file:///svn/phpbb/trunk@1841 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 0730f7c430..fad3945861 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -735,7 +735,7 @@ function sync($type, $id) // // Pick a language, any language ... // -function language_select($default, $select_name = "language", $dirname="language/") +function language_select($default, $select_name = "language", $dirname="language") { global $phpEx; @@ -1203,4 +1203,4 @@ function phpbb_preg_quote($str, $delimiter) return $text; } -?>
\ No newline at end of file +?> |