|
@@ -680,7 +680,7 @@ discard block |
|
|
block discarded – undo |
|
680
|
680
|
* Generate list of groups |
|
681
|
681
|
* |
|
682
|
682
|
* @param int $group_ids The default groups id to mark as selected |
|
683
|
|
- * @param array $exclude_ids The group ids to exclude from the list, false (default) if you whish to exclude no id |
|
|
683
|
+ * @param boolean $exclude_ids The group ids to exclude from the list, false (default) if you whish to exclude no id |
|
684
|
684
|
* @param int $manage_founder If set to false (default) all groups are returned, if 0 only those groups returned not being managed by founders only, if 1 only those groups returned managed by founders only. |
|
685
|
685
|
* |
|
686
|
686
|
* @return string The list of options. |
|
@@ -753,7 +753,7 @@ discard block |
|
|
block discarded – undo |
|
753
|
753
|
* @param int $forum_id Forum id |
|
754
|
754
|
* @param array $user_groups User's groups |
|
755
|
755
|
* @param int $author_id Topic author id |
|
756
|
|
- * @return bool |
|
|
756
|
+ * @return boolean|null |
|
757
|
757
|
*/ |
|
758
|
758
|
private function _check_auth_attribute($attr_auth, $forum_id, $user_groups, $author_id) |
|
759
|
759
|
{ |
|
@@ -774,7 +774,7 @@ discard block |
|
|
block discarded – undo |
|
774
|
774
|
* |
|
775
|
775
|
* @param array $user_groups User's groups |
|
776
|
776
|
* @param array $hide_attr Groups which can't delete attribute in a forum |
|
777
|
|
- * @return bool |
|
|
777
|
+ * @return boolean|null |
|
778
|
778
|
*/ |
|
779
|
779
|
private function _check_auth_remove_attr(&$user_groups, $hide_attr) |
|
780
|
780
|
{ |
Please login to merge, or discard this patch.