summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f48876)
raw | patch | inline | side by side (parent: 0f48876)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Oct 2010 16:24:43 +0000 (16:24 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 12 Oct 2010 16:24:43 +0000 (16:24 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20010 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc | patch | blob | history |
diff --git a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
index 5bcf5d161209d52bd2388bd29339be271850f858..ad57ce0c7f4b879b74fbf91f39546820fb6d29dd 100644 (file)
--- a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
+++ b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc
// Feature handling
private $featuresEnabled = array();
+
/*! \brief Constructs the plugin, loads required parent values
* and initiates the initialization.
*/
}
- /*! \brief Gets the uids for the ogroups members.
+ /*! \brief Gets the uids for the ogroup members.
*/
function getOgroupMemberList()
{
}
-
/*! \brief Get posted values and check which are interesting for us.
*/
function save_object()