remove # from every row

This commit is contained in:
justin 2010-07-11 18:18:56 +00:00
parent b80a3e0772
commit 54b258e793

View File

@ -403,7 +403,7 @@ function addclicked()
echo "</tr></thead>";
foreach($teams AS $team)
{
echo "<tr><td>#".$team['num']."</td><td>";
echo "<tr><td>".$team['num']."</td><td>";
echo $team['name'];
echo "</td>";