Merge branch '1.9.x' of github.com:chamilo/chamilo-lms into 1.9.x

1.9.x
Yannick Warnier 10 years ago
commit 89985adf21
  1. 2
      main/announcements/announcements.inc.php

@ -710,7 +710,7 @@ class AnnouncementManager
*/
public static function construct_not_selected_select_form($group_list = null, $user_list = null, $to_already_selected)
{
echo '<select name="not_selected_form[]" size="7" class="span4" multiple>';
echo '<select id="not_selected_form" name="not_selected_form[]" size="7" class="span4" multiple>';
// adding the groups to the select form
if ($group_list) {
foreach ($group_list as $this_group) {

Loading…
Cancel
Save