Version 14.63.3

This commit is contained in:
Antonio Cañas Vargas 2015-01-21 23:13:38 +01:00
parent 5e807b3238
commit f7c05289fe
2 changed files with 4 additions and 1 deletions

View File

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

View File

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