Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-04-11 16:00:49 +0400
committerMarc Delisle <marc@infomarc.info>2013-04-11 16:00:49 +0400
commitfb3b7541e3b8a2f86a21fe804637d21786c46c67 (patch)
treee428fec196180478d0f128e7b4d7db470a6bbf49 /tbl_select.php
parente9caca2e6c025709ce7b4747c25450de4524f4b7 (diff)
Improve comment
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php2
1 files changed, 1 insertions, 1 deletions
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