From: Moritz Bunkus Date: Wed, 29 Sep 2010 13:41:45 +0000 (+0200) Subject: Merge branch 'master' of ssh://lx-office.linet-services.de/~/lx-office-erp X-Git-Tag: release-2.6.2beta1~110^2~9 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/c4f960a5ae395e5594ae9063945f5f0b16e3d053?hp=97c8f14b3fea88e6b482919d944cb8e6461bc451 Merge branch 'master' of ssh://lx-office.linet-services.de/~/lx-office-erp --- diff --git a/scripts/locales.pl b/scripts/locales.pl index 24b06877f..d156ddd03 100755 --- a/scripts/locales.pl +++ b/scripts/locales.pl @@ -576,7 +576,7 @@ sub strip_base { sub _single_quote { my $val = shift; - $val =~ s/('|\\$)/\\$1/g; + $val =~ s/(\'|\\$)/\\$1/g; return "'" . $val . "'"; }