Version 15.145.5

This commit is contained in:
Antonio Cañas Vargas 2016-03-15 23:34:18 +01:00
parent 642ce4070e
commit 46e67d6299
2 changed files with 3 additions and 2 deletions

View File

@ -129,13 +129,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.145.4 (2016-03-15)"
#define Log_PLATFORM_VERSION "SWAD 15.145.5 (2016-03-15)"
#define CSS_FILE "swad15.145.3.css"
#define JS_FILE "swad15.131.3.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.145.5: Mar 15, 2016 Removed links in right column. (195752 lines)
Version 15.145.4: Mar 15, 2016 Link to RSS file is moved to the end of notices in left column. (195751 lines)
Copy file swad112x32.png to icon directory

View File

@ -975,7 +975,7 @@ static void Lay_ShowRightColumn (void)
Gbl.Prefs.IconsURL);
/***** Institutional links *****/
Lnk_WriteMenuWithInstitutionalLinks ();
// Lnk_WriteMenuWithInstitutionalLinks ();
}
/*****************************************************************************/