Code

Updated gen_uids.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 6 Aug 2007 12:36:48 +0000 (12:36 +0000)
committerhickert <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

include/functions.inc

index 9e0f24c9adfd6dca4f98ff747a6f0b42f0b70863..aec454e0349d02cd00ebefc85329dd0a16de0179 100644 (file)
@@ -1608,7 +1608,7 @@ function gen_uids($rule, $attributes)
 
     if ($rule[$pos] == "}" ){
       $variables[$pos]= expand_id($part, $attributes);
-      $stripped.= "\{$pos}";
+      $stripped.= "{".$pos."}";
       $trigger= false;
       continue;
     }