mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Fix column error
This commit is contained in:
parent
dbd806ef51
commit
001dc85648
@ -56,7 +56,7 @@ if ($page->settings->header_show_totals) {
|
|||||||
(SELECT COUNT(*) FROM $t_kicks $active_query)";
|
(SELECT COUNT(*) FROM $t_kicks $active_query)";
|
||||||
|
|
||||||
if ($page->db->verify) {
|
if ($page->db->verify) {
|
||||||
$sql .= ",(SELECT * FROM " . $t['config'] . " LIMIT 1)";
|
$sql .= ",(SELECT build FROM " . $t['config'] . " LIMIT 1)";
|
||||||
}
|
}
|
||||||
$st = $page->conn->query($sql);
|
$st = $page->conn->query($sql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user