Code

..
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Mar 2006 09:04:18 +0000 (09:04 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 2 Mar 2006 09:04:18 +0000 (09:04 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2798 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servRepository.inc

index 9b1d816f58e1551f2c139eee4a657885dd627870..0186ee18f51e23cc287c811e9d20a0511bb72057 100644 (file)
@@ -292,7 +292,7 @@ $ldap->modify ($this->attrs);
     if($ldap->count()){
       $ldap->cd($this->dn);
       $this->cleanup();
-$ldap->modify ($this->attrs);       
+      $ldap->modify ($this->attrs);       
 
       $this->handle_post_events("modify");
     }else{