Revision af16cfe6
Von Sven Schöling vor etwa 13 Jahren hinzugefügt
SL/MoreCommon.pm | ||
---|---|---|
61 | 61 |
|
62 | 62 |
my ($a, $a_unit, $b, $b_unit) = @_; |
63 | 63 |
|
64 |
$main::all_units ||= AM->retrieve_units(\%main::myconfig, $main::form); |
|
65 |
my $units = $main::all_units; |
|
64 |
my $units = AM->retrieve_all_units; |
|
66 | 65 |
|
67 | 66 |
if (!$units->{$a_unit} || !$units->{$b_unit} || ($units->{$a_unit}->{base_unit} ne $units->{$b_unit}->{base_unit})) { |
68 | 67 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
$::all_units nicht in MoreCommon benutzen.