From 35b8018a80c96a075a1107dbef9eefbb9e0f59b8 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 12 Jun 2009 13:23:09 +0000 Subject: [PATCH] =?utf8?q?Beim=20Aufruf=20von=20check=5Fproject()=20die=20?= =?utf8?q?als=20n=C3=A4chstes=20aufzurufende=20Funktion=20mitgeben.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 940. --- bin/mozilla/rp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 5b65c8d89..41148c8e8 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -908,7 +908,7 @@ sub get_project { $form->{projectnumber_1} = $form->{projectnumber}; delete $form->{sort}; - &check_project; + check_project('generate_projects'); # if there is one only, assign id $form->{project_id} = $form->{project_id_1}; -- 2.20.1