X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Flicenses.pl;h=300673a96bfe50553253d6830f6c3aa67de63296;hb=de763d70b4b2e0501565e579fb4726e033594589;hp=93397361b2e4c8a6b470a1e01820458c70941a45;hpb=ee072e4f077213bf6f8792ca8f0a1afebbb6282f;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); }