summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd9a633)
raw | patch | inline | side by side (parent: bd9a633)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Sep 2010 07:57:28 +0000 (07:57 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 21 Sep 2010 07:57:28 +0000 (07:57 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19779 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_ldap.inc | patch | blob | history |
index 5c8bac1fb6b49a56af1c027932cf56f6ea8edc80..937a33855b714ad8b40d0b7efeda429d68c731ce 100644 (file)
LDAP::$characterMapRegTo = array();
foreach(LDAP::$characterMap as $from => $to){
LDAP::$characterMapRegFrom[] = "/{$from}/";
- LDAP::$characterMapRegTo[] = "/{$to}/";
+ LDAP::$characterMapRegTo[] = addslashes($to);
}
}else{
// To avoid querying a hundred times without any success, stop here.