From cebca3c4e593cc0ab835185dfe52b4c1ee057373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 19 Nov 2016 02:41:27 +0100 Subject: [PATCH] Version 16.64.9 --- swad_changelog.h | 3 ++- swad_institution.c | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 58d508de1..7f084a4a6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -168,13 +168,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.64.8 (2016-11-18)" +#define Log_PLATFORM_VERSION "SWAD 16.64.9 (2016-11-18)" #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.9: Nov 18, 2016 Input fields required in edition of institution. (207286 lines) Version 16.64.8: Nov 18, 2016 Input fields required in edition of country. (207282 lines) Version 16.64.7: Nov 18, 2016 Input fields required in new account form. Input fields required in password forms. (207278 lines) diff --git a/swad_institution.c b/swad_institution.c index caeccbd0a..65328f63c 100644 --- a/swad_institution.c +++ b/swad_institution.c @@ -2083,7 +2083,8 @@ static void Ins_PutFormToCreateInstitution (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_SHORT_NAME\"" + " required=\"required\" />" "", Ins_MAX_LENGTH_INSTIT_SHRT_NAME,Ins->ShrtName); @@ -2091,7 +2092,8 @@ static void Ins_PutFormToCreateInstitution (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_FULL_NAME\"" + " required=\"required\" />" "", Ins_MAX_LENGTH_INSTIT_FULL_NAME,Ins->FullName); @@ -2099,7 +2101,8 @@ static void Ins_PutFormToCreateInstitution (void) fprintf (Gbl.F.Out,"" "" + " class=\"INPUT_WWW\"" + " required=\"required\" />" "", Cns_MAX_LENGTH_WWW,Ins->WWW);