Version 15.133.3

This commit is contained in:
Antonio Cañas Vargas 2016-01-28 11:06:08 +01:00
parent 9950f5679f
commit 869b004537
2 changed files with 6 additions and 3 deletions

View File

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

View File

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