disambig
This commit is contained in:
parent
95ef5940fc
commit
33f564994d
@ -8,7 +8,7 @@ class IPBanTable extends Table {
|
|||||||
|
|
||||||
$this->table = "bans";
|
$this->table = "bans";
|
||||||
$this->base_query = "
|
$this->base_query = "
|
||||||
SELECT *, users.name AS banner
|
SELECT bans.*, users.name AS banner
|
||||||
FROM bans JOIN users ON banner_id=users.id
|
FROM bans JOIN users ON banner_id=users.id
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user