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