|
From: Paul S. O. <ps...@us...> - 2002-05-05 12:20:39
|
Update of /cvsroot/phpbb/phpBB2/language/lang_greek
In directory usw-pr-cvs1:/tmp/cvs-serv8082/language/lang_greek
Modified Files:
Tag: phpBB-2_0_0
lang_main.php
Log Message:
Removed setlocale ... hopefully the search changes negates the need for it
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_greek/lang_main.php,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** lang_main.php 8 Apr 2002 14:38:51 -0000 1.5.2.1
--- lang_main.php 5 May 2002 12:20:36 -0000 1.5.2.2
***************
*** 25,30 ****
//
-
- setlocale(LC_ALL, "el_GR.ISO-8859-7");
$lang['ENCODING'] = "iso-8859-7";
$lang['DIRECTION'] = "ltr";
--- 25,28 ----
|