Version 18.18.3

This commit is contained in:
Antonio Cañas Vargas 2018-11-20 12:06:25 +01:00
parent c924d5e20e
commit 195c8bc017
2 changed files with 4 additions and 2 deletions

View File

@ -348,10 +348,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.18.2 (2018-11-16)"
#define Log_PLATFORM_VERSION "SWAD 18.18.3 (2018-11-20)"
#define CSS_FILE "swad18.4.css"
#define JS_FILE "swad17.17.1.js"
/*
Version 18.18.3: Nov 20, 2018 Fixed bug in user's public profile. (? lines)
Version 18.18.2: Nov 16, 2018 Hierarchy menu shown in list of countries. (237028 lines)
Version 18.18.1: Nov 16, 2018 Changes in icons related to courses. (237023 lines)
Copy the following icon to icon public directory:

View File

@ -529,7 +529,8 @@ void Fol_ShowFollowingAndFollowers (const struct UsrData *UsrDat,
/* I follow user? */
fprintf (Gbl.F.Out,"<div id=\"follow_usr\">");
if (!ItsMe) // Not me
if (Gbl.Usrs.Me.Logged && // Logged
!ItsMe) // Not me!
{
if (IFollowUsr) // I follow this user
{