Version 15.190.3

This commit is contained in:
Antonio Cañas Vargas 2016-04-09 17:55:46 +02:00
parent 9fa78476a4
commit 0ebaa16587
2 changed files with 3 additions and 2 deletions

View File

@ -133,13 +133,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.190.2 (2016-04-09)"
#define Log_PLATFORM_VERSION "SWAD 15.190.3 (2016-04-09)"
#define CSS_FILE "swad15.190.1.css"
#define JS_FILE "swad15.190.1.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.190.3: Apr 09, 2016 Change in format of image title/attribution. (199145 lines)
Version 15.190.2: Apr 09, 2016 Fixed bug in test images. (199144 lines)
Version 15.190.1: Apr 08, 2016 Removed unused JavaScript code. (199132 lines)
Version 15.190: Apr 08, 2016 Get image attached to a social comment. (199142 lines)

View File

@ -201,7 +201,7 @@ void Img_GetImageFromForm (unsigned NumOpt,struct Image *Image,
}
/***** By last, get image title from form *****/
Par_GetParToHTML (ParamTitle,Title,Img_MAX_BYTES_TITLE);
Par_GetParToText (ParamTitle,Title,Img_MAX_BYTES_TITLE);
/* If the title coming from the form is empty, keep current image title unchanged
If not empty, copy it to current image title */
if ((Length = strlen (Title)) > 0)