X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a19c3d4287ccc276008fd78e63db25930d68f41..ee3ab257a5a8f5d4d20ffcf5f3b8259b822037f2:/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);