bugfig: nick name

This commit is contained in:
Angelo Cuccato 2009-12-30 00:09:00 +01:00
parent 1006eee444
commit d340f7d71c
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ for ($i=0; $i < $Zeilen; $i++)
{
echo "<tr class=\"content\">\n";
echo "<td><a href=\"./user.php?Type=Normal&enterUID=". mysql_result($Erg, $i, "UID"). "\">".
mysql_result($Erg, $i, "Nick"). "</td></a>\n";
echo "<td>". UID2Nick(mysql_result($Erg, $i, "UID")). "</td>\n";
UID2Nick(mysql_result($Erg, $i, "UID")). "</td></a>\n";
echo "<td></td>\n";
echo "<td>". mysql_result($Erg, $i, "RID"). "</td>\n";
echo "<td>". mysql_result($Erg, $i, "DateS"). "</td>\n";
echo "<td>". mysql_result($Erg, $i, "DateE"). "</td>\n";