Version 14.117.3

This commit is contained in:
Antonio Cañas Vargas 2015-07-17 00:52:35 +02:00
parent ef952cb519
commit 3c9f057109
2 changed files with 3 additions and 4 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.117.2 (2015/07/16)"
#define Log_PLATFORM_VERSION "SWAD 14.117.3 (2015/07/17)"
// 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 14.117.3: Jul 17, 2015 Fixed recent bug in cache control. (184893 lines)
Version 14.117.2: Jul 16, 2015 Changes in cache control. (184893 lines)
Version 14.117.1: Jul 15, 2015 Fixed minor bug when showing user's photo. (184892 lines)
Version 14.117: Jul 15, 2015 User's ID is no longer mandatory. (184885 lines)

View File

@ -130,9 +130,7 @@ void Lay_WriteStartOfPage (void)
Gbl.CurrentAct == ActRefLstClk)
// Don't generate a full HTML page, only refresh connected users
{
fprintf (Gbl.F.Out,"Content-Type: text/html; charset=windows-1252\r\n");
// fprintf (Gbl.F.Out,"Cache-Control: max-age=0, no-cache, must-revalidate\r\n\r\n");
fprintf (Gbl.F.Out,"Content-Type: text/html; charset=windows-1252\r\n\r\n");
Gbl.Layout.WritingHTMLStart = false;
Gbl.Layout.HTMLStartWritten = Gbl.Layout.TablEndWritten = true;
return;