Version 16.161.3

This commit is contained in:
Antonio Cañas Vargas 2017-03-22 15:36:57 +01:00
parent fec2d580b5
commit 90a0457669
2 changed files with 3 additions and 3 deletions

View File

@ -201,7 +201,6 @@
// TODO: Check default values for ImageName, ImageTitle and ImageURL in database tables
// TODO: En la agenda debe poder repetirse el nombre del evento
// TODO: Cuando hay un fallo al rellenar el formulario de nuevo evento en la agenda se borran los datos
// TODO: Comprobar cabecera de una orla cuando el ámbito actual es un centro
// TODO: Include type of degree in form of degree configuration
@ -210,13 +209,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 16.161.2 (2017-03-22)"
#define Log_PLATFORM_VERSION "SWAD 16.161.3 (2017-03-22)"
#define CSS_FILE "swad16.161.css"
#define JS_FILE "swad16.144.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.161.3: Mar 22, 2017 Some help URLs translated to spanish. (217381 lines)
Version 16.161.2: Mar 22, 2017 Some help URLs translated to spanish. (217381 lines)
Version 16.161.1: Mar 22, 2017 Changes in agenda. (217380 lines)
Version 16.161: Mar 22, 2017 Changes in agenda. (217404 lines)

View File

@ -1630,7 +1630,7 @@ const char *Hlp_USERS_SignUp =
#elif L==3
"USERS.SignUp";
#elif L==4
"USERS.SignUp";
"USERS.SignUp.es";
#elif L==5
"USERS.SignUp";
#elif L==6