1
0
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:
Jakub Vrana
2014-03-15 14:30:07 -07:00
parent bbcc8f141d
commit 8670cfc31b
3 changed files with 3 additions and 2 deletions

View File

@@ -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"]) {