Version 15.212.5

This commit is contained in:
Antonio Cañas Vargas 2016-05-30 19:16:43 +02:00
parent 2fe1a780a6
commit dda4256ef2
2 changed files with 4 additions and 2 deletions

View File

@ -140,13 +140,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.212.4 (2016-05-30)"
#define Log_PLATFORM_VERSION "SWAD 15.212.5 (2016-05-30)"
#define CSS_FILE "swad15.210.css"
#define JS_FILE "swad15.197.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.212.5: May 30, 2016 Fixed bug in number of courses of a degree. (201531 lines)
Version 15.212.4: May 30, 2016 Changed links from external degrees to internal degrees in STATS > Degrees. (201529 lines)
Version 15.212.3: May 30, 2016 Fixed bug in test question. A student can see now his/her test results. (201522 lines)
Version 15.212.2: May 30, 2016 Fixed bug in test question. Button "Add a new question" in tests will not be available for students. (201516 lines)

View File

@ -421,7 +421,8 @@ static void Deg_Configuration (bool PrintView)
"</td>"
"</tr>",
The_ClassForm[Gbl.Prefs.Theme],
Txt_Courses,Gbl.CurrentDeg.NumCrss);
Txt_Courses,
Crs_GetNumCrssInDeg (Gbl.CurrentDeg.Deg.DegCod));
/***** Number of teachers *****/
fprintf (Gbl.F.Out,"<tr>"