From c03891ac55461a619b609d365275b923ec29aa94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 9 May 2017 21:10:55 +0200 Subject: [PATCH] Version 16.209.1 --- swad_changelog.h | 3 ++- swad_record.c | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 15ea09437..050b102b3 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -234,13 +234,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.209 (2017-05-08)" +#define Log_PLATFORM_VERSION "SWAD 16.209.1 (2017-05-08)" #define CSS_FILE "swad16.208.7.css" #define JS_FILE "swad16.206.3.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.209.1: May 09, 2017 Removed unused code in records. (218828 lines) Version 16.209: May 09, 2017 Confirmation of user's ID is made directly, without confirmation. (218836 lines) 1 change necessary in database: UPDATE actions SET Obsolete='Y' WHERE ActCod IN ('1565','1566','1567'); diff --git a/swad_record.c b/swad_record.c index 8ebb296c0..84948db12 100644 --- a/swad_record.c +++ b/swad_record.c @@ -2304,15 +2304,6 @@ void Rec_ShowSharedUsrRecord (Rec_SharedRecordViewType_t TypeOfView, Rec_ShowEmail (UsrDat,ClassForm); /* Show user's IDs */ - if (TypeOfView == Rec_SHA_RECORD_LIST) // Listing several records - switch (Gbl.Action.Act) - { - case ActSeeRecSevGst: - case ActSeeRecSevStd: - case ActSeeRecSevTch: - Gbl.Action.Original = Gbl.Action.Act; // Used to know what action gave rise to other actions - break; - } Rec_ShowUsrIDs (UsrDat,Anchor,ClassForm); Lay_EndTable ();