minor - fixed filter by letter inside interface for adding course to user

skala
christian1827 16 years ago
parent ad90478a46
commit 54fc822daf
  1. 2
      main/admin/dashboard_add_courses_to_user.php

@ -230,7 +230,7 @@ if(!empty($msg)) {
<?php if($add_type == 'multiple') { ?>
<tr><td width="45%" align="center">
<?php echo get_lang('FirstLetterCourse');?> :
<select name="firstLetterCourse" onchange = "xajax_search_course(this.value,'multiple')">
<select name="firstLetterCourse" onchange = "xajax_search_courses(this.value,'multiple')">
<option value="%">--</option>
<?php
echo Display :: get_alphabet_options($_POST['firstLetterCourse']);

Loading…
Cancel
Save