From 5b29d3c04fdd46481f9e1d568ed10fdfb588a425 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 14 Apr 2015 20:01:37 +0200 Subject: [PATCH] Version 14.113.2 --- swad_changelog.h | 3 ++- swad_config.h | 4 ++-- swad_zip.c | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 72805154..4b2721f5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** 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: // 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: 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) diff --git a/swad_config.h b/swad_config.h index b8ce7700..623d8797 100644 --- a/swad_config.h +++ b/swad_config.h @@ -28,9 +28,9 @@ /** 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 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 /*****************************************************************************/ diff --git a/swad_zip.c b/swad_zip.c index 8873042b..070e5f24 100644 --- a/swad_zip.c +++ b/swad_zip.c @@ -270,6 +270,7 @@ void ZIP_CreateDirCompressionUsr (struct UsrData *UsrDat) ""); Str_LimitLengthHTMLStr (FullNameAndUsrID,50); strcat (FullNameAndUsrID,UsrDat->IDs.List[0].ID); // First user's ID + Str_ConvertToValidFileName (FullNameAndUsrID); sprintf (PathFolderUsrInsideCrs,"%s/usr/%02u/%ld", Gbl.CurrentCrs.PathPriv,