summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5dc5caf)
raw | patch | inline | side by side (parent: 5dc5caf)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Jul 2005 11:17:24 +0000 (11:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Jul 2005 11:17:24 +0000 (11:17 +0000) |
plugins/personal/mail/class_mailAccount.inc | patch | blob | history |
diff --git a/plugins/personal/mail/class_mailAccount.inc b/plugins/personal/mail/class_mailAccount.inc
index da7a772b802ac03b38aef7788a2fdb68180afa72..6f5fc7e1c557c10e917b9be5ea6c642da5f1297e 100644 (file)
$method->fixAttributesOnRemove($this);
/* Mailmethod wants us to remove the entry from LDAP. Keep uid! */
+ #fixme: || kolab || is differs here, you can't delete all attrs specified in this plugin ....
+ #fixme: there are some attributes we have to keep, i think.
unset ($this->attrs['uid']);
+
+
+
@DEBUG (DEBUG_LDAP, __LINE__, __FUNCTION__, __FILE__,
$this->attributes, "Save");
$ldap->cd($this->dn);