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:
d629acd
)
return muss nach leave_sub stattfinden, sonst wird das ignoriert
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Apr 2007 13:36:34 +0000
(13:36 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Apr 2007 13:36:34 +0000
(13:36 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
8275807
..
fe7e43e
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-2332,7
+2332,7
@@
sub get_history {
$hash_ref->{snumbers} =~ s/^.+_(.*)$/$1/g;
$tempArray[$i++] = $hash_ref;
}
- return \@tempArray and $main::lxdebug->leave_sub()
+ $main::lxdebug->leave_sub() and return \@tempArray
if ($i > 0 && $tempArray[0] ne "");
}
$main::lxdebug->leave_sub();