Version19.94.1

This commit is contained in:
Antonio Cañas Vargas 2019-12-17 01:10:16 +01:00
parent e209d50f31
commit e05a423eb9
2 changed files with 2 additions and 12 deletions

View File

@ -497,7 +497,7 @@ ps2pdf source.ps destination.pdf
// TODO: Hacer un nuevo rol en los TFG: tutor externo (profesor de áreas no vinculadas con el centro, profesionales de empresas, etc.)
// TODO: Impedir la creación y edición de proyectos si no son editables.
Version 19.94.1: Dec 17, 2019 Fixed bug in listing of degrees. (249176 lines)
Version 19.94.1: Dec 17, 2019 Fixed bug in listing of degrees. (249168 lines)
Version 19.94: Dec 17, 2019 Code optimization getting time to generate page.
Code optimizations getting data of courses, degrees and centres. (? lines)
Version 19.93.3: Dec 16, 2019 Fixed minor bugs. (249132 lines)

View File

@ -567,7 +567,7 @@ void Ntf_ShowMyNotifications (void)
HTM_TR_End ();
/***** Write content of the event *****/
if (PutLink && !AllNotifications)
if (PutLink)
{
ContentStr = NULL;
@ -585,16 +585,6 @@ void Ntf_ShowMyNotifications (void)
HTM_TR_End ();
}
if (Gbl.Usrs.Me.Role.Logged == Rol_SYS_ADM)
{
HTM_TR_Begin (NULL);
HTM_TD_Begin ("colspan=\"6\" class=\"DAT LT\"");
HTM_Long (Sta_ComputeTimeToGeneratePage ());
HTM_TD_End ();
HTM_TR_End ();
}
}
/***** End table *****/