mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
Editor: Fix Search data in tables
This commit is contained in:
@@ -1024,7 +1024,6 @@ function fields_from_edit() {
|
|||||||
*/
|
*/
|
||||||
function search_tables() {
|
function search_tables() {
|
||||||
global $adminer, $connection;
|
global $adminer, $connection;
|
||||||
$_GET["where"][0]["op"] = "LIKE %%";
|
|
||||||
$_GET["where"][0]["val"] = $_POST["query"];
|
$_GET["where"][0]["val"] = $_POST["query"];
|
||||||
$found = false;
|
$found = false;
|
||||||
foreach (table_status('', true) as $table => $table_status) {
|
foreach (table_status('', true) as $table => $table_status) {
|
||||||
|
@@ -7,6 +7,7 @@ PostgreSQL: Sort table names (regression from 4.3.1)
|
|||||||
Editor: Don't set time zone from PHP, fixes DST
|
Editor: Don't set time zone from PHP, fixes DST
|
||||||
Editor: Display field comment's text inside [] only in edit form
|
Editor: Display field comment's text inside [] only in edit form
|
||||||
Editor: Fix doubleclick on database page
|
Editor: Fix doubleclick on database page
|
||||||
|
Editor: Fix Search data in tables
|
||||||
Customization: Always send security headers
|
Customization: Always send security headers
|
||||||
Hebrew translation
|
Hebrew translation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user