Version 14.113.2

This commit is contained in:
Antonio Cañas Vargas 2015-04-14 20:01:37 +02:00
parent 3287c33afb
commit 5b29d3c04f
3 changed files with 5 additions and 3 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/ /****************************** Public constants *****************************/
/*****************************************************************************/ /*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.113.1 (2015/04/14)" #define Log_PLATFORM_VERSION "SWAD 14.113.2 (2015/04/14)"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*.h sql/swad*.sql | tail -1
/* /*
Version 14.113.2: Apr 14, 2015 Fixed bug when compressing users' works. (184486 lines)
Version 14.113.1: Apr 14, 2015 Fixed bug when compressing users' works, reported by José Martínez Aroza. (184484 lines) Version 14.113.1: Apr 14, 2015 Fixed bug when compressing users' works, reported by José Martínez Aroza. (184484 lines)
Version 14.113: Apr 12, 2015 Refactoring code related to frames. (184462 lines) Version 14.113: Apr 12, 2015 Refactoring code related to frames. (184462 lines)
Version 14.112.1: Apr 12, 2015 Refactoring code related to frames with ending buttons. (184583 lines) Version 14.112.1: Apr 12, 2015 Refactoring code related to frames with ending buttons. (184583 lines)

View File

@ -28,9 +28,9 @@
/** Uncomment one of the following installations of SWAD or create your own **/ /** Uncomment one of the following installations of SWAD or create your own **/
/*****************************************************************************/ /*****************************************************************************/
#define LOCALHOST_UBUNTU // Comment this line if not applicable //#define LOCALHOST_UBUNTU // Comment this line if not applicable
//#define OPENSWAD_ORG // Comment this line if not applicable //#define OPENSWAD_ORG // Comment this line if not applicable
//#define SWAD_UGR_ES // Comment this line if not applicable #define SWAD_UGR_ES // Comment this line if not applicable
//#define WWW_CEVUNA_UNA_PY // Comment this line if not applicable //#define WWW_CEVUNA_UNA_PY // Comment this line if not applicable
/*****************************************************************************/ /*****************************************************************************/

View File

@ -270,6 +270,7 @@ void ZIP_CreateDirCompressionUsr (struct UsrData *UsrDat)
""); "");
Str_LimitLengthHTMLStr (FullNameAndUsrID,50); Str_LimitLengthHTMLStr (FullNameAndUsrID,50);
strcat (FullNameAndUsrID,UsrDat->IDs.List[0].ID); // First user's ID strcat (FullNameAndUsrID,UsrDat->IDs.List[0].ID); // First user's ID
Str_ConvertToValidFileName (FullNameAndUsrID);
sprintf (PathFolderUsrInsideCrs,"%s/usr/%02u/%ld", sprintf (PathFolderUsrInsideCrs,"%s/usr/%02u/%ld",
Gbl.CurrentCrs.PathPriv, Gbl.CurrentCrs.PathPriv,