]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/HTMLFixes.pm
Vor Fremdschlüsselzuweisung trans_id verwaiste Einträge in orderitems löschen
[kivitendo-erp.git] / SL / Template / Plugin / HTMLFixes.pm
index 3f328a8424b584fcd8a8d8d891b401d3796ca8a4..5c62078292c4d6170484a45fd445b117d9a6d713 100644 (file)
@@ -12,12 +12,12 @@ use Encode;
 
 # Replacement for Template::Plugin::HTML::url.
 
 
 # Replacement for Template::Plugin::HTML::url.
 
-# Strings in Lx-Office are stored in Perl's internal encoding but have
+# Strings in kivitendo are stored in Perl's internal encoding but have
 # to be output as UTF-8. A normal regex replace doesn't do that
 # creating invalid UTF-8 characters upon URL-unescaping.
 
 # The only addition is the "Encode::encode()" line.
 # to be output as UTF-8. A normal regex replace doesn't do that
 # creating invalid UTF-8 characters upon URL-unescaping.
 
 # The only addition is the "Encode::encode()" line.
-
+no warnings 'redefine';
 sub url {
     my ($self, $text) = @_;
     return undef unless defined $text;
 sub url {
     my ($self, $text) = @_;
     return undef unless defined $text;