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:
c1c1dea
)
Ein einfaches return ist einfacher
author
Jan Büren
<jan@kivitendo-premium.de>
Tue, 24 Feb 2015 16:05:22 +0000
(17:05 +0100)
committer
Jan Büren
<jan@kivitendo-premium.de>
Tue, 24 Feb 2015 16:05:22 +0000
(17:05 +0100)
<mosu> Ein einfaches »return;« ist fast immer richtiger als »return undef;«
SL/RecordLinks.pm
patch
|
blob
|
history
diff --git
a/SL/RecordLinks.pm
b/SL/RecordLinks.pm
index
0bd62fa
..
77086ba
100644
(file)
--- a/
SL/RecordLinks.pm
+++ b/
SL/RecordLinks.pm
@@
-48,7
+48,7
@@
sub create_links {
if (!scalar @links) {
$main::lxdebug->leave_sub();
- return
undef
;
+ return;
}
my $myconfig = \%main::myconfig;