summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1efbdfc)
raw | patch | inline | side by side (parent: 1efbdfc)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Apr 2008 13:28:24 +0000 (13:28 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 25 Apr 2008 13:28:24 +0000 (13:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10696 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 57fc5107d0b1493be47f47d40687ade74c39fdf9..588a9e0bef73c33fd103395fa4d766b48527dd65 100644 (file)
/* 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)){
/* 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)){
/* 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)){