Fix bug at /operator/blocked.php page

This commit is contained in:
Dmitriy Simushev 2013-02-04 08:14:37 +00:00
parent 630bf80f07
commit 30b056108f

View File

@ -45,7 +45,7 @@ if (isset($_GET['act']) && $_GET['act'] == 'del') {
$blockedList = $db->query( $blockedList = $db->query(
"select banid, dtmtill as till,address,comment from {chatban}", "select banid, dtmtill as till,address,comment from {chatban}",
NULL, NULL,
array('return_rows' => Database::RETURN_ONE_ROW) array('return_rows' => Database::RETURN_ALL_ROWS)
); );
setup_pagination($blockedList); setup_pagination($blockedList);