non riesco a far stampare il sesso, mi stampa sempre M anche se nella scheda utente ho cliccato F, dove sbaglio?

Codice PHP:
echo "<tr>
    <td height=\"41\" width=\"113\"><span class=\"testo_grigio_bold\">email</span></td>
    <td align=\"right\" width=\"162\"><span class=\"testo_grigio_bold\">
$row1->email</span></td>
    <td width=\"100\"></td>
    <td align=\"left\" width=\"113\"><span class=\"testo_grigio_bold\">sesso</span></td>
    <td align=\"right\" width=\"162\">\n"
;

if (
$row1['sesso']==1){ 
echo 
"M\n";
}
else
{
echo 
"F\n";
}

echo 
"</td>
      </tr>
            <tr>
    <td height=\"1\" colspan=\"5\" valign=\"top\" bgcolor=\"BF9BB5\"></td>
    </tr>\n"