From 080a24020c966442556d0396b15b419875b713f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 19 Nov 2016 20:14:38 +0100 Subject: [PATCH] Version 16.64.25 --- swad_changelog.h | 3 ++- swad_mail.c | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 809a0ce10..1191bccc2 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -170,13 +170,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.64.24 (2016-11-19)" +#define Log_PLATFORM_VERSION "SWAD 16.64.25 (2016-11-19)" #define CSS_FILE "swad16.60.1.css" #define JS_FILE "swad16.46.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 16.64.25: Nov 19, 2016 Input fields required in new email domain. (207348 lines) Version 16.64.24: Nov 19, 2016 Input field required in new type of degree. (207345 lines) Version 16.64.23: Nov 19, 2016 Input fields required in new record field form. (207343 lines) Version 16.64.22: Nov 19, 2016 Input fields required in form to edit one test question. (207340 lines) diff --git a/swad_mail.c b/swad_mail.c index 20c3b44bb..e423571af 100644 --- a/swad_mail.c +++ b/swad_mail.c @@ -700,14 +700,16 @@ static void Mai_PutFormToCreateMailDomain (void) fprintf (Gbl.F.Out,"" "" "" + " size=\"15\" maxlength=\"%u\" value=\"%s\"" + " required=\"required\" />" "", Mai_MAX_LENGTH_MAIL_DOMAIN,Mai->Domain); /***** Mail domain info *****/ fprintf (Gbl.F.Out,"" "" + " size=\"40\" maxlength=\"%u\" value=\"%s\"" + " required=\"required\" />" "" "" "",