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:30:44 +0000 (21:30 +0100)
admin.php

index ef2c90fc2a652d1282397454352e782f87aae7b8..ae6f785f8149390cabbbe282c4cba081df01be47 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";