Code

fixed some errors
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jun 2006 03:32:06 +0000 (03:32 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Jun 2006 03:32:06 +0000 (03:32 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3774 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/systems/class_servRepository.inc

index 6be57a7b213b139e27d6a985ff058e1299e90c7b..954de4413e0917af62a8644f6e99ceb929c6afb5 100644 (file)
@@ -404,6 +404,7 @@ class servrepository extends plugin
   {
     if($value == "none") return;
     if(!$this->initially_was_account) return;
+    if(empty($this->StatusFlag)) return;
     $ldap = $this->config->get_ldap_link();
     $ldap->cd($this->dn);
     $ldap->cat($this->dn,array("objectClass"));