Fix bad confirmation message when droping an autovacuum table setup
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Feb 2012 20:27:15 +0000 (21:27 +0100)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Mon, 20 Feb 2012 20:27:15 +0000 (21:27 +0100)
admin.php

index 8fec50c14549e68952c6631dd9d71e3729f4435a..901a121ec024479659c628bab94539e093162089 100644 (file)
--- a/admin.php
+++ b/admin.php
                        $script = ($type == 'database')? 'database.php' : 'tables.php';
 
                        printf("<p>{$lang['strdelvacuumtable']}</p>\n", 
-                               $misc->printVal("\"{$_GET['schema']}"."{$_GET['table']}\""));
+                               $misc->printVal("\"{$_GET['schema']}\".\"{$_GET['table']}\""));
 
                        echo "<form style=\"float: left\" action=\"{$script}\" method=\"post\">\n";
                        echo "<input type=\"hidden\" name=\"action\" value=\"delautovac\" />\n";