Revision 918c39c0
Von Jan Büren vor mehr als 4 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
1451 | 1451 |
|
1452 | 1452 |
my (@errors, @transfers); |
1453 | 1453 |
|
1454 |
# do nothing, if transfer default is not requeseted at all
|
|
1454 |
# do nothing, if transfer default is not requested at all |
|
1455 | 1455 |
if (!$::instance_conf->get_transfer_default) { |
1456 | 1456 |
$::lxdebug->leave_sub; |
1457 | 1457 |
return \@errors; |
SL/OE.pm | ||
---|---|---|
625 | 625 |
); |
626 | 626 |
$new_project->save; |
627 | 627 |
$form->{"globalproject_id"} = $new_project->id; |
628 |
};
|
|
628 |
} |
|
629 | 629 |
|
630 | 630 |
CVar->get_non_editable_ic_cvars(form => $form, |
631 | 631 |
dbh => $dbh, |
Auch abrufbar als: Unified diff
Kosmetik/Typo