From ee5cd7bc70bff35e9bde613fd5ed272836aa4c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Wed, 30 Dec 2015 18:52:45 +0100 Subject: [PATCH] Version 15.84.5 --- swad_changelog.h | 5 +++-- swad_connected.c | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index d35427117..514c565a6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -116,14 +116,15 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.84.4 (2015-12-30)" +#define Log_PLATFORM_VERSION "SWAD 15.84.5 (2015-12-30)" #define CSS_FILE "swad15.84.2.css" #define JS_FILE "swad15.77.7.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 15.84.4: Dec 30, 2015 Code refactoring in profile. (189429 lines) + Version 15.84.5: Dec 30, 2015 Form to update connected users. (? lines) + Version 15.84.4: Dec 30, 2015 Code refactoring in profile. (189427 lines) Version 15.84.3: Dec 30, 2015 Form to update timeline. (189444 lines) Version 15.84.2: Dec 30, 2015 Help about editor in new social post. (189422 lines) Version 15.84.1: Dec 30, 2015 Request confirmation before removing a social post. (189419 lines) diff --git a/swad_connected.c b/swad_connected.c index 7214fb78a..69eb684d0 100644 --- a/swad_connected.c +++ b/swad_connected.c @@ -99,6 +99,9 @@ void Con_ShowConnectedUsrs (void) Lay_StartRoundFrame (NULL,Gbl.Title); /***** Put form to update connected users *****/ + Act_PutLinkToUpdateAction (ActLstCon); + + /***** Put form to change scope *****/ fprintf (Gbl.F.Out,"
"); Act_FormStart (ActLstCon);