From 2d7159c4731608d996de3b6d85895405e542050a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 19 Sep 2011 17:36:43 +0200 Subject: [PATCH] $::all_units nicht in SL::Form benutzen. Die einzige verbliebene instanz von all_units ist jetzt nur noch in SL::AM Die muss noch gefixt werden, aber die anderen beiden haben damit nichts zu tun. --- SL/Form.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SL/Form.pm b/SL/Form.pm index f313999c3..68b168127 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1118,8 +1118,7 @@ sub format_amount_units { return ''; } - AM->retrieve_all_units(); - my $all_units = $main::all_units; + my $all_units = AM->retrieve_all_units; if (('' eq ref $conv_units) && ($conv_units =~ /convertible/)) { $conv_units = AM->convertible_units($all_units, $part_unit_name, $conv_units eq 'convertible_not_smaller'); -- 2.20.1