Version 15.34.3

This commit is contained in:
Antonio Cañas Vargas 2015-11-03 12:20:57 +01:00
parent 71b8071524
commit 0d23f36e8a
2 changed files with 3 additions and 2 deletions

View File

@ -108,11 +108,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.34.2 (2015/11/02)"
#define Log_PLATFORM_VERSION "SWAD 15.34.3 (2015/11/03)"
// 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 15.34.3: Nov 03, 2015 Fixed bug in photo uploading, reported by Fernando Rojas Ruiz. (186879 lines)
Version 15.34.2: Nov 02, 2015 Fixed bugs in date forms. (186878 lines)
Version 15.34.1: Nov 01, 2015 Global announcements can be seen by all. (186938 lines)
Version 15.34: Nov 01, 2015 Global announcements can be hidden. (186896 lines)

View File

@ -646,7 +646,7 @@ void Pho_ReceivePhotoAndDetectFaces (bool ItsMe,const struct UsrData *UsrDat)
NumFace++;
sprintf (FormId,"form_%d",NumLastForm + NumFace);
fprintf (Gbl.F.Out,"<area shape=\"circle\""
" href=\"document.getElementById('%s').submit();\""
" href=\"javascript:document.getElementById('%s').submit();\""
" coords=\"%u,%u,%u\">\n",
FormId,X,Y,Radius);
}