X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/6555d5f7034cfe47219fe0f60aa98f7e4f5642ae..03ea97647e3fbdea4323f4f2136bdfa87cb15c1b:/lxo-import/import_lib.php diff --git a/lxo-import/import_lib.php b/lxo-import/import_lib.php index 63da20416..902feff2c 100644 --- a/lxo-import/import_lib.php +++ b/lxo-import/import_lib.php @@ -301,6 +301,7 @@ class myDB extends DB { * http://de3.php.net/base64_decode (bug #171) *****************************************************/ function uudecode($encode) { + $encode=stripslashes($encode); $b64chars="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; $encode = preg_replace("/^./m","",$encode);