summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 538b930)
raw | patch | inline | side by side (parent: 538b930)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 04:54:41 +0000 (04:54 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 15 Sep 2006 04:54:41 +0000 (04:54 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4670 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/personal/connectivity/class_kolabAccount.inc | patch | blob | history |
diff --git a/plugins/personal/connectivity/class_kolabAccount.inc b/plugins/personal/connectivity/class_kolabAccount.inc
index 318a118b958b2edc85201a82504280a7dd8c84c9..30708b97d3818b199719c43e924cf5dbbad48a22 100644 (file)
}
/* Delete forward email addresses */
- if (isset($_POST['delete_delegation'])){
+ if ((isset($_POST['delete_delegation'])) && (isset($_POST['delegate_list']))){
if (count($_POST['delegate_list'])
&& chkacl ($this->acl, "kolabDelegate") == ""){