From 4c2604b36cd37edf2683420c09a117298fe300ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 25 Apr 2012 10:36:30 +0200 Subject: [PATCH] Globale Objekte nicht lokalisieren --- bin/mozilla/ct.pl | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index a86a45684..56fad897f 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -115,9 +115,6 @@ sub search_contact { $::lxdebug->enter_sub; $::auth->assert('customer_vendor_edit'); - my $form = $main::form; - my $locale = $main::locale; - $::form->{CUSTOM_VARIABLES} = CVar->get_configs('module' => 'Contacts'); ($::form->{CUSTOM_VARIABLES_FILTER_CODE}, $::form->{CUSTOM_VARIABLES_INCLUSION_CODE}) = CVar->render_search_options('variables' => $::form->{CUSTOM_VARIABLES}, @@ -125,7 +122,7 @@ sub search_contact { 'filter_prefix' => 'filter.', 'include_value' => 'Y'); - $form->{title} = $locale->text('Search contacts'); + $::form->{title} = $::locale->text('Search contacts'); $::form->header; print $::form->parse_html_template('ct/search_contact'); -- 2.20.1