1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 15:47:00 +02:00

Show tables overview in Editor

This commit is contained in:
Jakub Vrana
2010-10-07 16:17:34 +02:00
parent 4fa190feb6
commit dfa6cbf4f2
3 changed files with 18 additions and 11 deletions

View File

@@ -632,6 +632,8 @@ function process_input($field) {
*/
function search_tables() {
global $adminer, $connection;
$_GET["where"][0]["op"] = "LIKE %%";
$_GET["where"][0]["val"] = $_POST["query"];
$found = false;
foreach (table_status() as $table => $table_status) {
$name = $adminer->tableName($table_status);