From fb3b7541e3b8a2f86a21fe804637d21786c46c67 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 11 Apr 2013 08:00:49 -0400 Subject: [PATCH] Improve comment --- tbl_select.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tbl_select.php b/tbl_select.php index e25c6307cf..c2dea7d3f1 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -39,7 +39,7 @@ foreach ($post_params as $one_post_param) { $table_search = new PMA_TableSearch($db, $table, "normal"); /** - * Not selection yet required -> displays the selection form + * No selection criteria received -> display the selection form */ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns'])) { // Gets some core libraries