Version 14.55.1

This commit is contained in:
Antonio Cañas Vargas 2015-01-14 14:04:11 +01:00
parent a376042ee0
commit 312071c792
2 changed files with 3 additions and 2 deletions

View File

@ -39,11 +39,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.55 (2015/01/14)"
#define Log_PLATFORM_VERSION "SWAD 14.55.1 (2015/01/14)"
// 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 | tail -1
/*
Version 14.55.1: Jan 14, 2015 Fixed bug in user's photo. (173510 lines)
Version 14.55 : Jan 14, 2015 New option to upload logo of a centre. (173509 lines)
3 changes necessary in database:
UPDATE actions SET Txt='Enviar logo del centro' WHERE ActCod='1051' AND Language='es';

View File

@ -2779,7 +2779,7 @@ void Msg_WriteMsgAuthor (struct UsrData *UsrDat,unsigned WidthOfNameColumn,unsig
}
else
{
fprintf (Gbl.F.Out,"<img src=\"%s/usr_bl.jpg\" class=\"F18x24\" />"
fprintf (Gbl.F.Out,"<img src=\"%s/usr_bl.jpg\" class=\"PHOTO24x32\" />"
"</td>"
"<td class=\"%s\" style=\"width:%upx; text-align:left;",
Gbl.Prefs.IconsURL,Style,WidthOfNameColumn);