diff --git a/swad_changelog.h b/swad_changelog.h index d35045586..62cb03e09 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -130,13 +130,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.233.2 (2016-06-27)" +#define Log_PLATFORM_VERSION "SWAD 15.233.3 (2016-06-27)" #define CSS_FILE "swad15.229.css" #define JS_FILE "swad15.226.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 15.233.3: Jun 27, 2015 Fixed bug in list of admins. (203074 lines) Version 15.233.2: Jun 27, 2015 Code refactoring in search of users. (203072 lines) Version 15.233.1: Jun 27, 2015 New restrictions in length of search string. (203117 lines) Version 15.233: Jun 27, 2015 Simplified search for users with a role. Now all users can be found. (203103 lines) diff --git a/swad_user.c b/swad_user.c index 3404b36b7..5be6ddf7d 100644 --- a/swad_user.c +++ b/swad_user.c @@ -4323,6 +4323,7 @@ static void Usr_GetListUsrsFromQuery (const char *Query,Rol_Role_t Role,Sco_Scop } break; case Rol__GUEST_: + case Rol_DEG_ADM: // Any admin (degree, centre, institution or system) Gbl.Usrs.LstUsrs[Role].Lst[NumUsr].Accepted = false; break; case Rol_STUDENT: