summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6533eaa)
raw | patch | inline | side by side (parent: 6533eaa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 06:10:52 +0000 (06:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Nov 2006 06:10:52 +0000 (06:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5229 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_termDNS.inc | patch | blob | history |
index 86f56a7639c4719219b1d63d2e46c17cc5e1384e..64f63615de459212a9d7fc5640fba4a4cf9a70e7 100644 (file)
/* Add ipHostNumber to aRecords
*/
+ $backup_dnsEntry = $this->dnsEntry;
$this->dnsEntry['RECORDS'][] = array("type"=>"aRecord","value"=>$this->ipHostNumber);
/* Create diff and follow instructions
if($ldap->get_error() != "Success"){
show_ldap_error($ldap->get_error(), sprintf(_("Saving of terminal/dns account with dn '%s' failed."),$this->dn));
}
+
+ $this->dnsEntry = $backup_dnsEntry;
}
}