From: hickert Date: Tue, 12 Oct 2010 16:24:43 +0000 (+0000) Subject: Updated comments, removed empty lines X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f8a6bb77928444a384883bf711cbfd534e72fc07;p=gosa.git Updated comments, removed empty lines git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20010 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc index 5bcf5d161..ad57ce0c7 100644 --- a/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc +++ b/gosa-plugins/groupware/admin/ogroups/GroupwareDistributionList/class_GroupwareDistributionList.inc @@ -20,6 +20,7 @@ class GroupwareDistributionList extends plugin // Feature handling private $featuresEnabled = array(); + /*! \brief Constructs the plugin, loads required parent values * and initiates the initialization. */ @@ -167,7 +168,7 @@ class GroupwareDistributionList extends plugin } - /*! \brief Gets the uids for the ogroups members. + /*! \brief Gets the uids for the ogroup members. */ function getOgroupMemberList() { @@ -303,7 +304,6 @@ class GroupwareDistributionList extends plugin } - /*! \brief Get posted values and check which are interesting for us. */ function save_object()