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:
authorKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-06-26 19:00:28 +0400
committerKasun Chathuranga <chathuranga.jayaneththi@gmail.com>2013-06-26 19:00:28 +0400
commit41a497d169acaf59f317346feba5d2081840f031 (patch)
treeede45473d7ea97e97a5556136854ae1da7cc6c82 /tbl_select.php
parent6ebb42ace4f2593fa401c4b0ca2d4874b5942a7a (diff)
Implement 'find and replace in a column' feature
Diffstat (limited to 'tbl_select.php')
-rw-r--r--tbl_select.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tbl_select.php b/tbl_select.php
index b8148b47da..995eaef85f 100644
--- a/tbl_select.php
+++ b/tbl_select.php
@@ -57,6 +57,7 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
// Defines the url to return to in case of error in the next sql statement
$err_url = $goto . '?' . PMA_generate_common_url($db, $table);
// Displays the table search form
+ $response->addHTML($table_search->getSecondaryTabs());
$response->addHTML($table_search->getSelectionForm($goto));
} else {