diff --git a/swad_assignment.c b/swad_assignment.c index 8ec644e6d..db4cd73a2 100644 --- a/swad_assignment.c +++ b/swad_assignment.c @@ -581,7 +581,7 @@ void Asg_GetListAssignments (void) HiddenSubQuery[0] = '\0'; break; default: - sprintf (HiddenSubQuery,"AND Hidden='N'"); + sprintf (HiddenSubQuery," AND Hidden='N'"); break; } switch (Gbl.Asgs.SelectedOrder) diff --git a/swad_changelog.h b/swad_changelog.h index 010d56846..4157162da 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -211,13 +211,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.171.2 (2017-03-27)" +#define Log_PLATFORM_VERSION "SWAD 16.171.3 (2017-03-27)" #define CSS_FILE "swad16.166.css" #define JS_FILE "swad16.144.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.171.3: Mar 27, 2017 Fixed bug in assignments, reported by Eva Martínez Ortigosa. (217604 lines) Version 16.171.2: Mar 27, 2017 Some help URLs translated to spanish. (217603 lines) Version 16.171.1: Mar 27, 2017 Code refactoring in banners. (217602 lines) Version 16.171: Mar 27, 2017 Action to remove old courses removed from main menu. (217534 lines)