Code

Updated department generic
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 Mar 2008 08:00:53 +0000 (08:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 12 Mar 2008 08:00:53 +0000 (08:00 +0000)
-Updated entry csn.  To avoid 'background modification' warnings

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9695 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/departments/class_departmentGeneric.inc

index 467765e432f021916b5a639f5e86f4c9983a5615..1399b1a7a2be3c371e7b5188b6d723c51ccc4f2e 100644 (file)
@@ -528,6 +528,7 @@ class department extends plugin
     $ldap->recursive_remove();
     $this->orig_dn  = $this->dn = $dst_dn;
     $this->orig_base= $this->base;     
+    $this->entryCSN = getEntryCSN($this->dn);
 
     echo '<p class="seperator">&nbsp;</p>';