Version 16.139.4

This commit is contained in:
Antonio Cañas Vargas 2017-02-17 10:53:43 +01:00
parent 93ade96266
commit 2e1b70a2a4
2 changed files with 3 additions and 3 deletions

View File

@ -199,13 +199,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.139.3 (2017-02-17)"
#define Log_PLATFORM_VERSION "SWAD 16.139.4 (2017-02-17)"
#define CSS_FILE "swad16.136.css"
#define JS_FILE "swad16.123.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.139.4: Feb 17, 2017 Fixed bug in social timeline. (212835 lines)
Version 16.139.3: Feb 17, 2017 Fixed bug in social timeline. (212835 lines)
Version 16.139.2: Feb 17, 2017 Code refactoring in actions. (212836 lines)
Version 16.139.1: Feb 17, 2017 Code refactoring in parameters related to social timeline. (212817 lines)

View File

@ -4834,8 +4834,7 @@ static void Str_AnalyzeTxtAndStoreNotifyEventToMentionedUsrs (long PubCod,const
if (IsNickname)
{
/* Copy nickname */
Str_Copy (UsrDat.Nickname,Nickname.PtrStart,
Nck_MAX_LENGTH_NICKNAME_WITHOUT_ARROBA);
strncpy (UsrDat.Nickname,Nickname.PtrStart,Nickname.Length);
if ((UsrDat.UsrCod = Nck_GetUsrCodFromNickname (UsrDat.Nickname)) > 0)
if (UsrDat.UsrCod != Gbl.Usrs.Me.UsrDat.UsrCod) // It's not me