summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c361b8)
raw | patch | inline | side by side (parent: 0c361b8)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Aug 2007 12:26:22 +0000 (12:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Aug 2007 12:26:22 +0000 (12:26 +0000) |
Generated uids contained a \ in front of each generated word.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6969 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6969 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 8295cbcd2100949a64eabea2af81201181f4ec1e..d52aa1e23e083f69f537d6575f8e0a59c5a83bac 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
if ($rule[$pos] == "}" ){
$variables[$pos]= expand_id($part, $attributes);
- $stripped.= "\{$pos}";
+ $stripped.= "{".$pos."}";
$trigger= false;
continue;
}