return muss nach leave_sub stattfinden, sonst wird das ignoriert
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 24 Apr 2007 13:36:34 +0000 (13:36 +0000)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 24 Apr 2007 13:36:34 +0000 (13:36 +0000)
SL/Form.pm

index 8275807..fe7e43e 100644 (file)
@@ -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();