From f93c84e4d877ffb57b341d1269ee3149c5463752 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Mon, 27 Jul 2009 15:31:11 +0000 Subject: [PATCH] Function process_length used only in Adminer git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@916 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- adminer/include/bootstrap.inc.php | 1 - adminer/include/editing.inc.php | 5 +++++ adminer/include/functions.inc.php | 5 ----- adminer/index.php | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/adminer/include/bootstrap.inc.php b/adminer/include/bootstrap.inc.php index 15f212c2..5aa4a932 100644 --- a/adminer/include/bootstrap.inc.php +++ b/adminer/include/bootstrap.inc.php @@ -82,7 +82,6 @@ include "./include/editing.inc.php"; include "./include/export.inc.php"; $confirm = " onclick=\"return confirm('" . lang('Are you sure?') . "');\""; -$enum_length = '\'(?:\'\'|[^\'\\\\]+|\\\\.)*\'|"(?:""|[^"\\\\]+|\\\\.)*"'; $token = $_SESSION["tokens"][$_GET["server"]]; $error = ($_POST ? ($_POST["token"] == $token ? "" : lang('Invalid CSRF token. Send the form again.')) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index 948461e2..9202a43e 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -29,6 +29,11 @@ echo ($unsigned ? "