|
From: Paul S. O. <ps...@us...> - 2002-05-05 12:19:46
|
Update of /cvsroot/phpbb/phpBB2/language/lang_russian
In directory usw-pr-cvs1:/tmp/cvs-serv7926/language/lang_russian
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_russian/lang_main.php,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -C2 -r1.12 -r1.12.2.1
*** lang_main.php 10 Mar 2002 17:31:08 -0000 1.12
--- lang_main.php 5 May 2002 12:19:44 -0000 1.12.2.1
***************
*** 25,30 ****
//
-
- setlocale(LC_ALL, "ru_RU.CP1251");
$lang['ENCODING'] = "windows-1251";
$lang['DIRECTION'] = "ltr";
--- 25,28 ----
|