From ccb4d85fc83aecd10b4ce888b7a2267549de4961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 24 Oct 2016 19:06:50 +0200 Subject: [PATCH] Version 16.41.10 --- swad_changelog.h | 4 ++-- swad_statistic.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 79f14d63b..aca5a935c 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -146,19 +146,19 @@ // TODO: Writing a message to several recipients: include message to indicate that list of nicknames must be comma separated // TODO: When requesting inscription, I can not click in the photo of my record. Change the form? -// TODO: Column ID in statistic of hits in a course should be left aligned /*****************************************************************************/ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.41.9 (2016-10-24)" +#define Log_PLATFORM_VERSION "SWAD 16.41.10 (2016-10-24)" #define CSS_FILE "swad16.32.1.css" #define JS_FILE "swad15.238.1.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.41.10: Oct 24, 2016 Column ID in statistic of hits in a course is now left aligned. (205474 lines) Version 16.41.9: Oct 24, 2016 Changed permissions to edit institution logo and institution WWW. (205474 lines) Version 16.41.8: Oct 24, 2016 Changed permissions to edit degree logo and degree WWW. (205472 lines) Version 16.41.7: Oct 24, 2016 Changed permissions to edit centre WWW. (205466 lines) diff --git a/swad_statistic.c b/swad_statistic.c index 9cb3604e0..dedd0767f 100644 --- a/swad_statistic.c +++ b/swad_statistic.c @@ -1773,7 +1773,7 @@ static void Sta_ShowNumHitsPerUsr (unsigned long NumRows, "" "%s" "" - "" + "" "%s" "" "" @@ -1821,7 +1821,7 @@ static void Sta_ShowNumHitsPerUsr (unsigned long NumRows, fprintf (Gbl.F.Out,""); /* Write the user's ID if user is a student in current course */ - fprintf (Gbl.F.Out,"", + fprintf (Gbl.F.Out,"", Gbl.RowEvenOdd); ID_WriteUsrIDs (&UsrDat); fprintf (Gbl.F.Out," ");