X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8d51e9b8a800f0d734a35887fe0fdb680a67fc72..8294e68340f98fcc692fd27fb5bd2b2b5b09c6db:/lxo-import/import_lib.php diff --git a/lxo-import/import_lib.php b/lxo-import/import_lib.php index d8b2259c1..6fef1ecf0 100644 --- a/lxo-import/import_lib.php +++ b/lxo-import/import_lib.php @@ -302,7 +302,7 @@ function anmelden() { $dbhost=($hits[1])?$hits[1]:"localhost"; preg_match("/'port'[ ]*=> '(.+)'/",$tmp,$hits); $dbport=($hits[1])?$hits[1]:"5432"; - preg_match("/^[ ]*\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits); + preg_match("/[ ]*\\\$self->\{cookie_name\}[ ]*=[ ]*'(.+)'/",$tmp,$hits); $cookiename=$hits[1]; if (!$cookiename) $cookiename='lx_office_erp_session_id'; $cookie=$_COOKIE[$cookiename];