From 073a2f779af487e74462febacaa9ef3638b5c6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 11 Apr 2019 17:27:38 +0200 Subject: [PATCH] Version18.110.3 --- swad_attendance.c | 4 ++-- swad_changelog.h | 5 ++--- swad_global.h | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/swad_attendance.c b/swad_attendance.c index c723a86a7..2d7c9764b 100644 --- a/swad_attendance.c +++ b/swad_attendance.c @@ -563,7 +563,7 @@ static void Att_PutFormToListStdsParams (void) static void Att_PutFormsToRemEditOneAttEvent (long AttCod,bool Hidden) { - Gbl.AttEvents.AttCodToEdit = AttCod; // Used as parameters in contextual links + Gbl.AttEvents.AttCod = AttCod; // Used as parameters in contextual links /***** Put form to remove attendance event *****/ Ico_PutContextualIconToRemove (ActReqRemAtt,Att_PutParams); @@ -584,7 +584,7 @@ static void Att_PutFormsToRemEditOneAttEvent (long AttCod,bool Hidden) static void Att_PutParams (void) { - Att_PutParamAttCod (Gbl.AttEvents.AttCodToEdit); + Att_PutParamAttCod (Gbl.AttEvents.AttCod); Att_PutHiddenParamAttOrder (); Grp_PutParamWhichGrps (); Pag_PutHiddenParamPagNum (Pag_ATT_EVENTS,Gbl.AttEvents.CurrentPage); diff --git a/swad_changelog.h b/swad_changelog.h index 2ed124539..941a1ce55 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -456,12 +456,11 @@ En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 18.110.2 (2019-04-11)" +#define Log_PLATFORM_VERSION "SWAD 18.110.3 (2019-04-11)" #define CSS_FILE "swad18.92.css" #define JS_FILE "swad18.92.js" /* -Comprobar si Gbl.AttEvents.AttCodToEdit puede ser sustituido por Gbl.AttEvents.AttCod - + Version 18.110.3: Apr 11, 2019 Code refactoring in attendance events. (242526 lines) Version 18.110.2: Apr 11, 2019 A user can have several roles in the same project. (242527 lines) Version 18.110.1: Apr 11, 2019 Code refactoring in selection of groups and users. (242553 lines) Version 18.110: Apr 11, 2019 Code refactoring in selection of groups and users. diff --git a/swad_global.h b/swad_global.h index a442edfba..0ea2129a7 100644 --- a/swad_global.h +++ b/swad_global.h @@ -570,7 +570,6 @@ struct Globals long AttCod; bool ShowDetails; char *StrAttCodsSelected; - long AttCodToEdit; // Used as parameter in contextual links unsigned CurrentPage; } AttEvents; struct