summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 12596aa)
raw | patch | inline | side by side (parent: 12596aa)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 17:23:52 +0000 (17:23 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Feb 2008 17:23:52 +0000 (17:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8973 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/gofon/admin/systems/gofon/tabs_phone.inc | patch | blob | history |
diff --git a/gosa-plugins/gofon/admin/systems/gofon/tabs_phone.inc b/gosa-plugins/gofon/admin/systems/gofon/tabs_phone.inc
index fbf11071a1f8f64b31d15598c99322ead080dab2..e965657870fe4dda6d263b479557d6de69aa3649 100644 (file)
function save_object($save_current= FALSE)
{
tabs::save_object($save_current);
+
+ $base_obj = $this->by_object['phoneGeneric'];
+ $baseobject->netConfigDNS->cn= $baseobject->cn;
}