From c33ea6635292e77a9659da3fa968da8126f32ed4 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 21 Jun 2008 07:57:24 +0000 Subject: [PATCH] Fixed bad Gettext Formatting --- admin/company_preferences.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/company_preferences.php b/admin/company_preferences.php index 8f50a892..693dd5a4 100644 --- a/admin/company_preferences.php +++ b/admin/company_preferences.php @@ -24,9 +24,9 @@ if (isset($_POST['submit']) && $_POST['submit'] != "") display_error(_("The company name must be entered.")); set_focus('coy_name'); } - $user_comp = user_company(); if (isset($_FILES['pic']) && $_FILES['pic']['name'] != '') { + $user_comp = user_company(); $result = $_FILES['pic']['error']; $filename = $comp_path . "/$user_comp/images"; if (!file_exists($filename)) @@ -135,7 +135,7 @@ text_row_ex(_("Telephone Number:"), 'phone', 25, 55); text_row_ex(_("Facsimile Number:"), 'fax', 25); text_row_ex(_("Email Address:"), 'email', 25, 55); label_row(_("Company Logo:"), $_POST['coy_logo']); -label_row(_("New")." "._("Company Logo (.jpg)") . ":", ""); +label_row(_("New Company Logo (.jpg)") . ":", ""); text_row_ex(_("Domicile:"), 'domicile', 25, 55); -- 2.30.2