X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Farap.pl;h=03dd6e895d51b8e491358233763c89a12d94d298;hb=08b6539d1b4a06760bd12208b76f15e767d336d4;hp=8c49dc23df38964cd53dc3b39b681048747fdb2d;hpb=1521c33d91f45cfaecfda6258f66a4efff4cfc71;p=kivitendo-erp.git 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) {