X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/193c7381081bb403800d111676e1abb69724ffa6..f6c60e9467658c089790836395281ed5729e5305:/SL/USTVA.pm diff --git a/SL/USTVA.pm b/SL/USTVA.pm index 658e2c766..148bf4f46 100644 --- a/SL/USTVA.pm +++ b/SL/USTVA.pm @@ -386,11 +386,7 @@ sub info { } else { - if ($form->{error_function}) { - &{ $form->{error_function} }($msg); - } else { - die "Hinweis: $msg\n"; - } + die "Hinweis: $msg\n"; } $main::lxdebug->leave_sub();