X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Flicenses.pl;h=300673a96bfe50553253d6830f6c3aa67de63296;hb=9f0d85c2b00a0d3b7a92b63115801b2452846470;hp=4efab2ff32315657173df798635fd85817713482;hpb=d319704a66e9be64da837ccea10af6774c2b0838;p=kivitendo-erp.git diff --git a/bin/mozilla/licenses.pl b/bin/mozilla/licenses.pl index 4efab2ff3..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.') ); } @@ -493,7 +492,7 @@ sub search { -
+
@@ -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); }