From 290df7c8b37a75d3796e589c3fa0a58feaa9e92c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 24 Apr 2007 13:36:34 +0000 Subject: [PATCH] return muss nach leave_sub stattfinden, sonst wird das ignoriert --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index 8275807d2..fe7e43e3c 100644 --- 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(); -- 2.20.1