Version 18.50.3

This commit is contained in:
Antonio Cañas Vargas 2019-02-18 20:41:50 +01:00
parent 3442caa777
commit 9a6a9b83b8
2 changed files with 4 additions and 5 deletions

View File

@ -395,10 +395,11 @@ En OpenSWAD:
ps2pdf source.ps destination.pdf
*/
#define Log_PLATFORM_VERSION "SWAD 18.50.2 (2019-02-18)"
#define Log_PLATFORM_VERSION "SWAD 18.50.3 (2019-02-18)"
#define CSS_FILE "swad18.41.1.css"
#define JS_FILE "swad18.32.1.js"
/*
Version 18.50.3: Feb 18, 2019 Fixed bug in user's webs and social networks. (237275 lines)
Version 18.50.2: Feb 18, 2019 Changes in some messages. (237276 lines)
Version 18.50.1: Feb 18, 2019 Database engine optional optimizations. (237275 lines)
6 changes optional in database:

View File

@ -338,8 +338,7 @@ void Net_ShowFormMyWebsAndSocialNets (void)
"<td class=\"REC_C2_BOT LEFT_MIDDLE\">"
"<input type=\"url\" id=\"URL%u\" name=\"URL%u\""
" maxlength=\"%u\" value=\"%s\""
" class=\"REC_C2_BOT_INPUT\""
" onchange=\"document.getElementById('%s').submit();\" />"
" class=\"REC_C2_BOT_INPUT\" />"
"</td>"
"</tr>",
@ -349,8 +348,7 @@ void Net_ShowFormMyWebsAndSocialNets (void)
Net_WebsAndSocialNetworksTitle[NumURL],
Net_WebsAndSocialNetworksTitle[NumURL],
(unsigned) NumURL,(unsigned) NumURL,
Cns_MAX_CHARS_WWW,URL,
Gbl.Form.Id);
Cns_MAX_CHARS_WWW,URL);
}
/***** End table *****/