summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2ff91df)
raw | patch | inline | side by side (parent: 2ff91df)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Oct 2007 13:58:03 +0000 (13:58 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 19 Oct 2007 13:58:03 +0000 (13:58 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7607 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servDNS.inc | patch | blob | history |
index b8c6c1876ec2fc32ab502d82af6d52b8be63cef6..5ca4a91fcb41db15e69890ce6233327f8c4745d0 100644 (file)
/* Handle Post events */
if(preg_match("/^zoneName=/",$dn)){
- $this->handle_post_events("remove",array("dn" => $dn,"zoneName" => $for));
- $this->handle_post_events("remove",array("dn" => $dn,"zoneName" => $rev));
+# $this->handle_post_events("remove",array("dn" => $dn,"zoneName" => $for));
+# $this->handle_post_events("remove",array("dn" => $dn,"zoneName" => $rev));
}
}
/* Handle Post events */
if(preg_match("/^zoneName=/",$dn)){
- $this->handle_post_events("modify",array("dn" => $dn,"zoneName" => $attrs['zoneName']));
+# $this->handle_post_events("modify",array("dn" => $dn,"zoneName" => $attrs['zoneName']));
}
}else{
$ldap->cd($dn);
/* Handle Post events */
if(preg_match("/^zoneName=/",$dn)){
- $this->handle_post_events("add",array("dn" => $dn,"zoneName" => $attrs['zoneName']));
+# $this->handle_post_events("add",array("dn" => $dn,"zoneName" => $attrs['zoneName']));
}
}
}
+ $this->handle_post_events("modify");
}
}
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: