diff --git a/swad_changelog.h b/swad_changelog.h index 8f2432909..b76647018 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -132,13 +132,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.180 (2016-04-05)" +#define Log_PLATFORM_VERSION "SWAD 15.180.1 (2016-04-05)" #define CSS_FILE "swad15.178.2.css" #define JS_FILE "swad15.178.2.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.180.1: Apr 05, 2016 Fized minor layout bug in edition of a test question. (198430 lines) Version 15.180: Apr 05, 2016 Changes in form to edit a test question. Ask for confirmation when removing a survey question. (198429 lines) 1 change necessary in database: diff --git a/swad_test.c b/swad_test.c index b403b1062..2f3f81a5a 100644 --- a/swad_test.c +++ b/swad_test.c @@ -1106,7 +1106,7 @@ static void Tst_PutFormToEditQstImage (struct Image *Image,const char *ClassImg, { /***** New image *****/ fprintf (Gbl.F.Out,"", + " value=\"%u\"", UniqueId,ParamAction,Img_ACTION_NEW_IMAGE); // Upload new image if (OptionsDisabled) fprintf (Gbl.F.Out," disabled=\"disabled\"");