Revision c42d0a36
Von Moritz Bunkus vor mehr als 16 Jahren hinzugefügt
SL/RecordLinks.pm | ||
---|---|---|
30 | 30 |
} |
31 | 31 |
|
32 | 32 |
if (my $num = scalar @{ $ids{$from_to} }) { |
33 |
$main::lxdebug->message(0, "3"); |
|
34 | 33 |
$ids{$to_from} = [ ($params{"${to_from}_id"}) x $num ]; |
35 | 34 |
@links = map { { 'from_table' => $params{from_table}, |
36 | 35 |
'from_id' => $ids{from}->[$_], |
Auch abrufbar als: Unified diff
Debugcode