From 869b0045375940673cff3d83d60da60f9516f8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 28 Jan 2016 11:06:08 +0100 Subject: [PATCH] Version 15.133.3 --- swad_changelog.h | 5 ++++- swad_follow.c | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 201f67647..4b4d1d2b5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -130,7 +130,10 @@ // 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 15.133.3: Jan 28, 2016 Changes in query to get users to follow. (195254 lines) + Version 15.133.3: Jan 28, 2016 Changes in query to get users to follow. (195256 lines) + 1 change necessary in database: +INSERT INTO actions (ActCod,Language,Obsolete,Txt) VALUES ('1520','es','N','A quién seguir'); + Version 15.133.2: Jan 28, 2016 Changes in query to get users to follow. (195241 lines) Version 15.133.1: Jan 27, 2016 Change in link to show users to follow. (195238 lines) Version 15.133: Jan 27, 2016 List users to follow. (195236 lines) diff --git a/swad_follow.c b/swad_follow.c index 0f83ab794..e95d973df 100644 --- a/swad_follow.c +++ b/swad_follow.c @@ -198,8 +198,8 @@ void Fol_SuggestWhoToFollow (void) Fol_MAX_USRS_TO_FOLLOW_SUGGESTED); - if (Gbl.Usrs.Me.LoggedRole == Rol_SYS_ADM) - Lay_ShowAlert (Lay_INFO,Query); + // if (Gbl.Usrs.Me.LoggedRole == Rol_SYS_ADM) + // Lay_ShowAlert (Lay_INFO,Query); /***** Get users *****/ NumUsrs = (unsigned) DB_QuerySELECT (Query,&mysql_res,"can not get followed users");