Version 23.87.7: Aug 29, 2024 Fixed bug in record card. Reported by Emilce Barrera Mesa.

This commit is contained in:
acanas 2024-08-29 01:18:07 +02:00
parent 0d204b565d
commit 611d133c07
3 changed files with 4 additions and 2 deletions

View File

@ -633,10 +633,11 @@ Me sale este error, no s
"can npt create received message (duplicated entry '243218-2160773' for key 'UsrCod_MsgCod') "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 CSS_FILE "swad23.67.2.css"
#define JS_FILE "swad23.79.js" #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.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.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) Version 23.87.4: Jul 17, 2024 Changes in some icons. (335196 lines)

View File

@ -182,6 +182,7 @@ int main (void)
/***** Make a processing or other depending on the action *****/ /***** Make a processing or other depending on the action *****/
FunctionPosteriori = Act_GetFunctionPosteriori (Gbl.Action.Act); FunctionPosteriori = Act_GetFunctionPosteriori (Gbl.Action.Act);
if (FunctionPosteriori != NULL) if (FunctionPosteriori != NULL)
FunctionPosteriori (); FunctionPosteriori ();

View File

@ -3967,7 +3967,7 @@ static void Rec_ShowFormMyInsCtrDpt (bool IAmATeacher)
HTM_NO_ATTR, HTM_NO_ATTR,
Txt_Another_center); Txt_Another_center);
for (NumCtr = 0; for (NumCtr = 0;
NumCtr < Gbl.Hierarchy.List[Hie_SYS].Num; NumCtr < Gbl.Hierarchy.List[Hie_INS].Num;
NumCtr++) NumCtr++)
{ {
Ctr = &Gbl.Hierarchy.List[Hie_INS].Lst[NumCtr]; Ctr = &Gbl.Hierarchy.List[Hie_INS].Lst[NumCtr];