projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a19c3d
)
Probleme mit Slashes
author
Holger Lindemann
<hli@lx-system.de>
Fri, 21 Sep 2007 07:47:24 +0000
(07:47 +0000)
committer
Holger Lindemann
<hli@lx-system.de>
Fri, 21 Sep 2007 07:47:24 +0000
(07:47 +0000)
lxo-import/import_lib.php
patch
|
blob
|
history
diff --git
a/lxo-import/import_lib.php
b/lxo-import/import_lib.php
index
63da204
..
902feff
100644
(file)
--- 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);