Skip to content

Commit

Permalink
[trunk] localisation hu/RU feature:1526 and feature:1527
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5235 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
ddtddt committed Mar 21, 2010
1 parent 8e09497 commit 4158d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/common.inc.php
Expand Up @@ -115,7 +115,7 @@ function sanitize_mysql_kv(&$v, $k)

include(PHPWG_ROOT_PATH.'include/user.inc.php');

if (in_array( substr($user['language'],0,2), array('fr','de','es','pl') ) )
if (in_array( substr($user['language'],0,2), array('fr','it','de','es','pl','hu','ru') ) )
{
define('PHPWG_DOMAIN', substr($user['language'],0,2).'.piwigo.org');
}
Expand Down

0 comments on commit 4158d32

Please sign in to comment.