Skip to content

Commit

Permalink
Update member.php
Browse files Browse the repository at this point in the history
removed extra tabs
  • Loading branch information
deepend-tildeclub authored Jan 30, 2024
1 parent fcdc8e8 commit abf746e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/member.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function getTournamentList($creatorOnly = false) {
$result = $this->MySQL->query($query);
while ($row = $result->fetch_array()) {
$returnArr[] = $row['tournament_id'];
}
}

$query = "SELECT tournament_id FROM ".$this->MySQL->get_tablePrefix()."tournament_managers WHERE member_id = '".$this->intTableKeyValue."'";
$result = $this->MySQL->query($query);
Expand Down

0 comments on commit abf746e

Please sign in to comment.