Version 16.119.2

This commit is contained in:
Antonio Cañas Vargas 2017-01-17 16:39:38 +01:00
parent b5edda72ee
commit f3fff80865
2 changed files with 3 additions and 1 deletions

View File

@ -191,13 +191,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.119.1 (2017-01-17)"
#define Log_PLATFORM_VERSION "SWAD 16.119.2 (2017-01-17)"
#define CSS_FILE "swad16.119.css"
#define JS_FILE "swad16.119.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.119.2: Jan 17, 2017 Fixed bug in web service related to attendance. (211879 lines)
Version 16.119.1: Jan 17, 2017 Fixed bug in attendance. (211877 lines)
Version 16.119: Jan 17, 2017 Changes in layout of current data and time.
Fixed bug in attendance, reported by Javier Fernández Baldomero. (211874 lines)

View File

@ -2242,6 +2242,7 @@ static void Svc_GetListGrpsInAttendanceEventFromDB (long AttCod,char **ListGroup
{
Length = NumGrps * (10 + 1) - 1;
*ListGroups = soap_malloc (Gbl.soap,Length + 1);
(*ListGroups)[0] = '\0';
for (NumGrp = 0;
NumGrp < NumGrps;