From 611d133c07d4ffcec772c639690bea2c3239d0e4 Mon Sep 17 00:00:00 2001 From: acanas Date: Thu, 29 Aug 2024 01:18:07 +0200 Subject: [PATCH] Version 23.87.7: Aug 29, 2024 Fixed bug in record card. Reported by Emilce Barrera Mesa. --- swad_changelog.h | 3 ++- swad_main.c | 1 + swad_record.c | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 67e00c6ce..8051a5421 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -633,10 +633,11 @@ Me sale este error, no s "can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod') */ -#define Log_PLATFORM_VERSION "SWAD 23.87.6 (2024-08-28)" +#define Log_PLATFORM_VERSION "SWAD 23.87.7 (2024-08-29)" #define CSS_FILE "swad23.67.2.css" #define JS_FILE "swad23.79.js" /* + Version 23.87.7: Aug 29, 2024 Fixed bug in record card. Reported by Emilce Barrera Mesa. (335308 lines) Version 23.87.6: Aug 28, 2024 Fixed bugs in timeline and projects. (335307 lines) Version 23.87.5: Jul 23, 2024 Fixed bug in list of projects. (335272 lines) Version 23.87.4: Jul 17, 2024 Changes in some icons. (335196 lines) diff --git a/swad_main.c b/swad_main.c index 8ca1c8bf0..a3bb3f065 100644 --- a/swad_main.c +++ b/swad_main.c @@ -182,6 +182,7 @@ int main (void) /***** Make a processing or other depending on the action *****/ FunctionPosteriori = Act_GetFunctionPosteriori (Gbl.Action.Act); + if (FunctionPosteriori != NULL) FunctionPosteriori (); diff --git a/swad_record.c b/swad_record.c index 5c7d4d67f..5aef1058c 100644 --- a/swad_record.c +++ b/swad_record.c @@ -3967,7 +3967,7 @@ static void Rec_ShowFormMyInsCtrDpt (bool IAmATeacher) HTM_NO_ATTR, Txt_Another_center); for (NumCtr = 0; - NumCtr < Gbl.Hierarchy.List[Hie_SYS].Num; + NumCtr < Gbl.Hierarchy.List[Hie_INS].Num; NumCtr++) { Ctr = &Gbl.Hierarchy.List[Hie_INS].Lst[NumCtr];