X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Flicenses.pl;h=300673a96bfe50553253d6830f6c3aa67de63296;hb=9f0d85c2b00a0d3b7a92b63115801b2452846470;hp=93397361b2e4c8a6b470a1e01820458c70941a45;hpb=0576299f2aa98125991c4ffcd2f75073ea583d7d;p=kivitendo-erp.git diff --git a/bin/mozilla/licenses.pl b/bin/mozilla/licenses.pl index 93397361b..300673a96 100644 --- a/bin/mozilla/licenses.pl +++ b/bin/mozilla/licenses.pl @@ -291,8 +291,7 @@ sub add { $lxdebug->enter_sub(); if (!$lizenzen) { $form->error( - $locale->text( - 'The licensing module has been deactivated in lx-erp.conf.') + $locale->text('The licensing module has been deactivated in lx-erp.conf.') ); } @@ -543,8 +542,7 @@ sub do_search { |); if (scalar(@{ $form->{"licenses"} }) == 0) { print(qq|| - . $locale->text( - "No licenses were found that match the search criteria.") + . $locale->text("No licenses were found that match the search criteria.") . qq||); exit(0); }