From 7cc38e0bebb30f12b1c643ea96a038453be185e1 Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 31 Oct 2005 23:41:00 +0000 Subject: Added Finnish, Romanian and Chinese translation --- program/steps/mail/func.inc | 4 ++-- program/steps/settings/save_prefs.inc | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'program/steps') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index c1eafaad7..7a6b6ffd3 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -528,10 +528,10 @@ function rcmail_print_body($part, $safe=FALSE, $plain=FALSE) // $body, $ctype_pr '/url\s*\(["\']?([\.\/]+[^"\'\s]+)["\']?\)/i', '//Umis'); - $remote_replaces = array('\\1=\\2#\\4', + $remote_replaces = array('', // '\\1=\\2#\\4', // '\\1=\\2#\\4', '', - '\\1#\\3', + '', // '\\1#\\3', 'none', 'none', ''); diff --git a/program/steps/settings/save_prefs.inc b/program/steps/settings/save_prefs.inc index 1322acaf7..16d7f2368 100644 --- a/program/steps/settings/save_prefs.inc +++ b/program/steps/settings/save_prefs.inc @@ -32,7 +32,10 @@ $a_user_prefs['prefer_html'] = isset($_POST['_prefer_html']) ? TRUE : FALSE; $a_user_prefs['prettydate'] = isset($_POST['_pretty_date']) ? TRUE : FALSE; if (isset($_POST['_language'])) + { $sess_user_lang = $_SESSION['user_lang'] = $_POST['_language']; + rcmail_set_locale($sess_user_lang); + } $DB->query("UPDATE ".get_table_name('users')." -- cgit v1.2.3