From 30b056108f8575f701db00134466704d78e53e05 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Mon, 4 Feb 2013 08:14:37 +0000 Subject: [PATCH] Fix bug at /operator/blocked.php page --- src/messenger/webim/operator/blocked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messenger/webim/operator/blocked.php b/src/messenger/webim/operator/blocked.php index a3691942..cd4a0f52 100644 --- a/src/messenger/webim/operator/blocked.php +++ b/src/messenger/webim/operator/blocked.php @@ -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);