mirror of
https://github.com/vrana/adminer.git
synced 2025-08-10 16:44:17 +02:00
Save bytes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
include "./include/bootstrap.inc.php";
|
||||
|
||||
$enum_length = "'(?:''|[^'\\\\]|\\\\.)*+'";
|
||||
$inout = array("IN", "OUT", "INOUT");
|
||||
$inout = "IN|OUT|INOUT";
|
||||
|
||||
if (isset($_GET["select"]) && ($_POST["edit"] || $_POST["clone"]) && !$_POST["save"]) {
|
||||
$_GET["edit"] = $_GET["select"];
|
||||
|
Reference in New Issue
Block a user