summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: acd5552)
raw | patch | inline | side by side (parent: acd5552)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Aug 2007 12:36:48 +0000 (12:36 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 6 Aug 2007 12:36:48 +0000 (12:36 +0000) |
Removed \ in front of each parsed part.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6970 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6970 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 9e0f24c9adfd6dca4f98ff747a6f0b42f0b70863..aec454e0349d02cd00ebefc85329dd0a16de0179 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;
}