Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
thekabal committed Jun 10, 2016
1 parent b99fa9a commit 9f3cbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Team.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public static function showInfo($pdo_db, $db, $langvars, $whichteam, $isowner, $
}
echo "[<a href=teams.php?teamwhat=7&whichteam=$playerinfo[team]>" . $langvars['l_team_inv'] . "</a>] - [<a href=teams.php?teamwhat=2&whichteam=$playerinfo[team]>" . $langvars['l_team_leave'] . "</a>]</font></font>";
}
self:displayInviteInfo($langvars, $playerinfo, $invite_info);
self::displayInviteInfo($langvars, $playerinfo, $invite_info);
echo "</div>";

// Main table
Expand Down

0 comments on commit 9f3cbdf

Please sign in to comment.