diff --git a/swad_changelog.h b/swad_changelog.h index c7e262772..aa3a8ec46 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -233,19 +233,18 @@ // TODO: Cuando sólo se cambian los grupos y no el rol de un profesor ya existente, no sale ningún mensaje. se haga lo que se haga en la edición debería salir un mensaje del tipo "Cambios realizados" // TODO: Al inscribir un profesor, en la ficha de confirmación aparece como rol "Desconocido" en lugar de "Profesor" -// TODO: Al buscar asignaturas, Estudiantes y Profesores están al revés - /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.247.4 (2017-07-02)" +#define Log_PLATFORM_VERSION "SWAD 16.247.5 (2017-07-02)" #define CSS_FILE "swad16.235.1.css" #define JS_FILE "swad16.206.3.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.247.5: Jul 02, 2017 Fixed error in layout when searching for courses. (222138 lines) Version 16.247.4: Jul 02, 2017 Fixed bug in surveys. (222138 lines) Version 16.247.3: Jul 02, 2017 Students can not view records of some users who do not share groups with them. (222132 lines) Version 16.247.2: Jun 23, 2017 Non-editing teachers can not view records of some users who do not share groups with them. diff --git a/swad_course.c b/swad_course.c index 82d4ee76d..3f7ca8cae 100644 --- a/swad_course.c +++ b/swad_course.c @@ -3111,8 +3111,8 @@ unsigned Crs_ListCrssFound (const char *Query) Txt_Degree, Txt_Year_OF_A_DEGREE, Txt_Course, - Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD], - Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH]); + Txt_ROLES_PLURAL_BRIEF_Abc[Rol_TCH], + Txt_ROLES_PLURAL_BRIEF_Abc[Rol_STD]); /***** Write courses *****/ for (NumCrs = 1;