Version 16.209.1

This commit is contained in:
Antonio Cañas Vargas 2017-05-09 21:10:55 +02:00
parent 2e70dadb76
commit c03891ac55
2 changed files with 2 additions and 10 deletions

View File

@ -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');

View File

@ -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 ();