1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 16:44:17 +02:00

Save bytes

This commit is contained in:
Jakub Vrana
2011-07-11 16:35:17 +02:00
parent 0474c21108
commit 55e2b7597e
4 changed files with 4 additions and 4 deletions

View File

@@ -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"];