summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7ee9298)
raw | patch | inline | side by side (parent: 7ee9298)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Jun 2008 12:14:51 +0000 (12:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 11 Jun 2008 12:14:51 +0000 (12:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11284 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc | patch | blob | history |
diff --git a/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc b/gosa-plugins/kolab/personal/connectivity/kolab/class_kolabAccount.inc
index 1c95c9f87f46ff050be00346f05f1c54b71bec34..4dd3532e95e92e334274cea11b94296cbb0dc056 100644 (file)
/* Pull arrays */
foreach(array("kolabDelegate", "kolabInvitationPolicy") as $attr){
- if (in_array($val, $skip)){
+ if (in_array($attr, $skip)){
continue;
}