diff --git a/main/announcements/announcements.inc.php b/main/announcements/announcements.inc.php index b0ee19de41..c691656b2f 100644 --- a/main/announcements/announcements.inc.php +++ b/main/announcements/announcements.inc.php @@ -604,8 +604,8 @@ class AnnouncementManager { /** * this function shows the form for sending a message to a specific group or user. */ - public static function construct_not_selected_select_form($group_list = null, $user_list = null, $to_already_selected) { - + public static function construct_not_selected_select_form($group_list = null, $user_list = null, $to_already_selected) + { echo ''; - foreach($values as $key => $value) { + foreach ($values as $key => $value) { $output .= ''; } $output .= '';