Use the new multi-lingual code on misc files.

This commit is contained in:
Nate Jones
2015-01-18 10:33:34 +00:00
parent 4e2ec883b1
commit 474e63f939
21 changed files with 39 additions and 79 deletions

View File

@@ -12,10 +12,8 @@ if ($domains_processed == 1) {
$field_exists = $obj->column_exists($db_name, 'v_contact_phones', 'phone_type'); //check if field exists
if ($field_exists) {
//add multi-lingual support
require_once "app/contacts/app_languages.php";
foreach($text as $key => $value) {
$text[$key] = $value[$_SESSION['domain']['language']['code']];
}
$language = new text;
$text = $language->get();
// populate phone_type_* values
$sql = "update v_contact_phones set phone_type_voice = '1' ";