|
From: Bart v. B. <ba...@us...> - 2002-01-11 10:53:43
|
Update of /cvsroot/phpbb/phpBB2/includes
In directory usw-pr-cvs1:/tmp/cvs-serv26163
Modified Files:
functions.php
Log Message:
Cosmetic error in language_select() (related to #499989)
Index: functions.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/includes/functions.php,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -r1.105 -r1.106
*** functions.php 2002/01/07 19:01:08 1.105
--- functions.php 2002/01/11 10:53:40 1.106
***************
*** 736,740 ****
// Pick a language, any language ...
//
! function language_select($default, $select_name = "language", $dirname="language/")
{
global $phpEx;
--- 736,740 ----
// Pick a language, any language ...
//
! function language_select($default, $select_name = "language", $dirname="language")
{
global $phpEx;
***************
*** 1204,1206 ****
}
! ?>
\ No newline at end of file
--- 1204,1206 ----
}
! ?>
|