From 84939c8342f8ccd0102a7b61d440aded0a3f4c76 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Fri, 11 Jan 2002 10:53:40 +0000 Subject: [PATCH] Cosmetic error in language_select() (related to #499989) git-svn-id: file:///svn/phpbb/trunk@1841 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions.php | 4 ++-- 1 file 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 +?>