Code

Updated css und div framework.
[gosa.git] / plugins / admin / groups / main.inc
index c3f8c58ad6ab8317bd7e8a224134a15201c8996a..3a12101639059f7144440501bc859d5cc743d6c0 100644 (file)
@@ -31,6 +31,7 @@ if ($remove_lock){
     $_SESSION['groupManagement']= new groupManagement ($config, $_SESSION['ui']);
   }
   $groupManagement= $_SESSION['groupManagement'];
+  $groupManagement->save_object();
   $output= $groupManagement->execute();
 
   /* Page header*/
@@ -38,7 +39,7 @@ if ($remove_lock){
     $display= print_header(get_template_path('images/group.png'),
                            _("Group administration"), "<img alt=\"\" align=\"middle\" src=\"".
                             get_template_path('images/closedlock.png')."\"> ".
-                            $_SESSION['objectinfo']);
+                            @LDAP::fix($_SESSION['objectinfo']));
   } else {
     $display= print_header(get_template_path('images/group.png'), _("Group administration"));
   }
@@ -51,7 +52,6 @@ if ($remove_lock){
     sess_del ('groupManagement');
   }
 
-
   /* Show and save dialog */
   $_SESSION['groupManagement']= $groupManagement;
 }