From 85d0d4ebb21652767f5b75e53c83d0f469f6f922 Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 25 Apr 2008 13:28:24 +0000 Subject: [PATCH] Removed space git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10696 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_plugin.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 57fc5107d..588a9e0be 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -630,7 +630,7 @@ class plugin /* Additional attributes */ foreach ($tmp as $name => $len){ $value = $add_attrs[$name]; - $command= preg_replace("/%$name/", "$value ", $command); + $command= preg_replace("/%$name/", "$value", $command); } if (check_command($command)){ @@ -669,7 +669,7 @@ class plugin /* Additional attributes */ foreach ($tmp as $name => $len){ $value = $add_attrs[$name]; - $command= preg_replace("/%$name/", "$value ", $command); + $command= preg_replace("/%$name/", "$value", $command); } if (check_command($command)){ @@ -705,7 +705,7 @@ class plugin /* Additional attributes */ foreach ($tmp as $name => $len){ $value = $add_attrs[$name]; - $command= preg_replace("/%$name/", "$value ", $command); + $command= preg_replace("/%$name/", "$value", $command); } if (check_command($command)){ -- 2.30.2