From 4d8d9b1e92369f9f8fa2470c68cbc2a621216b23 Mon Sep 17 00:00:00 2001 From: "Jehan-Guillaume (ioguix) de Rorthais" Date: Mon, 20 Feb 2012 21:27:15 +0100 Subject: [PATCH] Fix bad confirmation message when droping an autovacuum table setup --- admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.php b/admin.php index 8fec50c1..901a121e 100644 --- a/admin.php +++ b/admin.php @@ -427,7 +427,7 @@ $script = ($type == 'database')? 'database.php' : 'tables.php'; printf("

{$lang['strdelvacuumtable']}

\n", - $misc->printVal("\"{$_GET['schema']}"."{$_GET['table']}\"")); + $misc->printVal("\"{$_GET['schema']}\".\"{$_GET['table']}\"")); echo "
\n"; echo "\n"; -- 2.39.5