Revision 35b8018a
Von Moritz Bunkus vor mehr als 15 Jahren hinzugefügt
bin/mozilla/rp.pl | ||
---|---|---|
908 | 908 |
$form->{projectnumber_1} = $form->{projectnumber}; |
909 | 909 |
|
910 | 910 |
delete $form->{sort}; |
911 |
&check_project;
|
|
911 |
check_project('generate_projects');
|
|
912 | 912 |
|
913 | 913 |
# if there is one only, assign id |
914 | 914 |
$form->{project_id} = $form->{project_id_1}; |
Auch abrufbar als: Unified diff
Beim Aufruf von check_project() die als nächstes aufzurufende Funktion mitgeben.
Fix für Bug 940.