From a7e0e1d3b2cee52f0a09f7e1a7e1834514ed80bb 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 ef2c90fc..ae6f785f 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