summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 141b0b2)
raw | patch | inline | side by side (parent: 141b0b2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 13:08:15 +0000 (13:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 22 Apr 2008 13:08:15 +0000 (13:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10618 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc b/gosa-plugins/goto/admin/systems/services/repository/class_servRepository.inc
index 04c0c19e2839a54d5eb7c6c1282ba03f7105fb42..d96c9db5e2bdc1928492c827cc9ac70169159ffa 100644 (file)
$this->cleanup();
$ldap->modify ($this->attrs);
$this->handle_post_events("modify");
- if(count($this->attrs)){
- $this->trigger_si_fai_server_reload();
- }
}else{
$ldap->cd ($this->config->current['BASE']);
$ldap->create_missing_trees($this->dn);