summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7680f1c)
raw | patch | inline | side by side (parent: 7680f1c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 May 2006 08:44:21 +0000 (08:44 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 3 May 2006 08:44:21 +0000 (08:44 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3190 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/gofon/phoneaccount/class_phoneAccount.inc | patch | blob | history |
diff --git a/plugins/gofon/phoneaccount/class_phoneAccount.inc b/plugins/gofon/phoneaccount/class_phoneAccount.inc
index 0c4363cde71a74283cca57043a16e1ce085dd439..b0dd42be2daa57372b8c788a7c062e088db4706f 100644 (file)
function remove_from_parent()
{
+ if(!$this->initially_was_account) return;
+
foreach($this->attributes as $key=>$val){
if(in_array($val,array("uid","cn"))){
unset($this->attributes[$key]);