From: cajus Date: Fri, 25 Apr 2008 13:28:24 +0000 (+0000) Subject: Removed space X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85d0d4ebb21652767f5b75e53c83d0f469f6f922;p=gosa.git Removed space git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10696 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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)){