projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b5789c
)
Debugcode
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:52 +0000
(08:12 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 8 Jul 2008 08:12:52 +0000
(08:12 +0000)
SL/RecordLinks.pm
patch
|
blob
|
history
diff --git
a/SL/RecordLinks.pm
b/SL/RecordLinks.pm
index
8dfbac6
..
d421714
100644
(file)
--- a/
SL/RecordLinks.pm
+++ b/
SL/RecordLinks.pm
@@
-30,7
+30,6
@@
sub create_links {
}
if (my $num = scalar @{ $ids{$from_to} }) {
- $main::lxdebug->message(0, "3");
$ids{$to_from} = [ ($params{"${to_from}_id"}) x $num ];
@links = map { { 'from_table' => $params{from_table},
'from_id' => $ids{from}->[$_],