merge r4213 from branch 2.0 to tag 2.0.6 (highly unrecommended operation)

feature 1231: subscribe to cn.piwigo.org/announcement when current language is
zh_CN

git-svn-id: http://piwigo.org/svn/tags/2.0.6@4215 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2009-11-05 21:58:28 +00:00
parent f4d3386886
commit 52f6be5504
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -2123,6 +2123,7 @@ function get_newsletter_subscribe_base_url($language) {
'it_IT' => 'it.piwigo.org',
'de_DE' => 'de.piwigo.org',
'es_ES' => 'es.piwigo.org',
'zh_CN' => 'cn.piwigo.org',
);
if (isset($domain_of[$language])) {