From f7c05289fe8e30abdfa7cb0b980d4ccad593828e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Wed, 21 Jan 2015 23:13:38 +0100 Subject: [PATCH] Version 14.63.3 --- swad_changelog.h | 3 ++- swad_file_browser.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/swad_changelog.h b/swad_changelog.h index d82d622b6..5adaaf219 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -39,11 +39,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.63.2 (2015/01/21)" +#define Log_PLATFORM_VERSION "SWAD 14.63.3 (2015/01/21)" // 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 | tail -1 /* + Version 14.63.3: Jan 21, 2015 Fixed bug when expanding folders, reported by Nadir Román Guerrero and others. (175545 lines) Version 14.63.2: Jan 21, 2015 Fixed bug in search of courses. (175542 lines) Version 14.63.1: Jan 21, 2015 Remove last accesses to file browsers related with an institution, a centre or a degree. (175531 lines) Version 14.63: Jan 21, 2015 See/admin documents of degree, centre and institution. (175512 lines) diff --git a/swad_file_browser.c b/swad_file_browser.c index 8b2fb679e..2d54b738e 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -6001,6 +6001,8 @@ static void Brw_SetCodes (struct Brw_Codes *Codes) case Brw_FILE_BRW_SEE_DOCUMENTS_CRS: case Brw_FILE_BRW_ADMIN_DOCUMENTS_CRS: case Brw_FILE_BRW_COMMON_CRS: + case Brw_FILE_BRW_ASSIGNMENTS_USR: + case Brw_FILE_BRW_WORKS_USR: case Brw_FILE_BRW_SEE_MARKS_CRS: case Brw_FILE_BRW_ADMIN_MARKS_CRS: Codes->CrsCod = Gbl.CurrentCrs.Crs.CrsCod;