Code

Fixed )
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 08:30:32 +0000 (08:30 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Mar 2008 08:30:32 +0000 (08:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9652 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/ogroups/class_ogroup.inc

index 689033052adc16c787f3f26815cc85546d936497..65fc6e74b1c9450e45d84a752049636790a71979 100644 (file)
@@ -322,7 +322,7 @@ class ogroup extends plugin
       error_reporting(0);
       if (isset($type[1]) && preg_match('/[UGADSFOWTP]/', $type[1])){
         $p2= $conv[$type[1]];
-        $smarty->assign("combinedObjects", sprintf("'%s' and '%s'", $p1, $p2);
+        $smarty->assign("combinedObjects", sprintf("'%s' and '%s'", $p1, $p2));
       } else {
         $smarty->assign("combinedObjects", "$p1");
       }