Version 16.171.3

This commit is contained in:
Antonio Cañas Vargas 2017-03-27 12:54:58 +02:00
parent 7f0e749c91
commit 6811d2c060
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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)