mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Fix bug at /operator/blocked.php page
This commit is contained in:
parent
630bf80f07
commit
30b056108f
@ -45,7 +45,7 @@ if (isset($_GET['act']) && $_GET['act'] == 'del') {
|
||||
$blockedList = $db->query(
|
||||
"select banid, dtmtill as till,address,comment from {chatban}",
|
||||
NULL,
|
||||
array('return_rows' => Database::RETURN_ONE_ROW)
|
||||
array('return_rows' => Database::RETURN_ALL_ROWS)
|
||||
);
|
||||
|
||||
setup_pagination($blockedList);
|
||||
|
Loading…
Reference in New Issue
Block a user