Version 20.45.4: Mar 08, 2021 Some actions translated.

This commit is contained in:
acanas 2021-03-08 12:28:58 +01:00
parent 7144c1765a
commit 83ff099611
5 changed files with 236 additions and 233 deletions

View File

@ -600,12 +600,13 @@ TODO: Salvador Romero Cort
TODO: FIX BUG, URGENT! En las fechas como parámetro Dat_WriteParamsIniEndDates(), por ejemplo al cambiar el color de la gráfica de accesos por día y hora, no se respeta la zona horaria.
*/
#define Log_PLATFORM_VERSION "SWAD 20.45.3 (2021-03-08)"
#define Log_PLATFORM_VERSION "SWAD 20.45.4 (2021-03-08)"
#define CSS_FILE "swad20.45.css"
#define JS_FILE "swad20.6.2.js"
/*
TODO: Rename CENTRE to CENTER in help wiki.
Version 20.45.4: Mar 08, 2021 Some actions translated. (307173 lines)
Version 20.45.3: Mar 08, 2021 Actions database tables renamed. (307170 lines)
2 changes necessary in database:
RENAME TABLE actions TO act_actions;

View File

@ -112,7 +112,7 @@ int main (void)
{
/***** Get parameters *****/
Par_CreateListOfParams ();
Par_GetMainParameters ();
Par_GetMainParams ();
/***** Mitigate DoS attacks *****/
FW_CheckFirewallAndExitIfBanned ();

View File

@ -654,7 +654,7 @@ static bool Par_CheckIsParamCanBeUsedInGETMethod (const char *ParamName)
/****************** Get the parameters sent to this CGI **********************/
/*****************************************************************************/
void Par_GetMainParameters (void)
void Par_GetMainParams (void)
{
extern Act_Action_t Act_FromActCodToAction[1 + Act_MAX_ACTION_COD];
extern const char *The_ThemeId[The_NUM_THEMES];

View File

@ -70,7 +70,7 @@ unsigned Par_GetParameter (tParamType ParamType,const char *ParamName,
char *ParamValue,size_t MaxBytes,
struct Param **ParamPtr);
void Par_GetMainParameters (void);
void Par_GetMainParams (void);
unsigned Par_GetParToText (const char *ParamName,char *ParamValue,size_t MaxBytes);
unsigned long Par_GetParToUnsignedLong (const char *ParamName,

File diff suppressed because it is too large Load Diff