X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1521c33d91f45cfaecfda6258f66a4efff4cfc71..42ea98b4:/bin/mozilla/arap.pl diff --git a/bin/mozilla/arap.pl b/bin/mozilla/arap.pl index 8c49dc23d..03dd6e895 100644 --- a/bin/mozilla/arap.pl +++ b/bin/mozilla/arap.pl @@ -108,7 +108,7 @@ sub check_name { $form->error($locale->text("More than one #1 found matching, please be more specific.", $locale->text(ucfirst $name))); } else { &select_name($name); - exit; + ::end_of_request(); } } @@ -318,7 +318,7 @@ sub check_project { # check form->{project_list} how many there are $form->{rownumber} = $i; &select_project($i ? undef : 1, $nextsub); - exit; + ::end_of_request(); } if ($rows == 1) {