Revision 290df7c8
Von Sven Schöling vor mehr als 17 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
2332 | 2332 |
$hash_ref->{snumbers} =~ s/^.+_(.*)$/$1/g; |
2333 | 2333 |
$tempArray[$i++] = $hash_ref; |
2334 | 2334 |
} |
2335 |
return \@tempArray and $main::lxdebug->leave_sub()
|
|
2335 |
$main::lxdebug->leave_sub() and return \@tempArray
|
|
2336 | 2336 |
if ($i > 0 && $tempArray[0] ne ""); |
2337 | 2337 |
} |
2338 | 2338 |
$main::lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
return muss nach leave_sub stattfinden, sonst wird das ignoriert