Version 14.93.2

This commit is contained in:
Antonio Cañas Vargas 2015-03-16 17:59:00 +01:00
parent 9af2fccc93
commit 3b21f8c58e
1 changed files with 1 additions and 1 deletions

View File

@ -1453,7 +1453,7 @@ static void Prf_ShowUsrInRanking (const struct UsrData *UsrDat)
/***** Put form to go to public profile *****/
Act_FormStart (ActSeePubPrf);
Usr_PutParamOtherUsrCodEncrypted (UsrDat->EncryptedUsrCod);
Act_LinkFormSubmit (Txt_View_public_profile,"DAT");
Act_LinkFormSubmit (Txt_View_public_profile,"DAT_SMALL");
fprintf (Gbl.F.Out,"@%s",UsrDat->Nickname);
fprintf (Gbl.F.Out,"</a>");
Act_FormEnd ();