From 2828804fbb7c324fd2dfa9667db6c9e7be2b7223 Mon Sep 17 00:00:00 2001 From: ioguix Date: Wed, 16 May 2007 17:03:51 +0000 Subject: [PATCH] insert multiactionform.js from printTable --- all_db.php | 4 +--- classes/Misc.php | 3 ++- tables.php | 4 +--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/all_db.php b/all_db.php index 3fb69b2c..a2a3fb70 100644 --- a/all_db.php +++ b/all_db.php @@ -3,7 +3,7 @@ /** * Manage databases within a server * - * $Id: all_db.php,v 1.51 2007/05/03 17:01:03 ioguix Exp $ + * $Id: all_db.php,v 1.52 2007/05/16 17:03:51 ioguix Exp $ */ // Include application functions @@ -305,8 +305,6 @@ $misc->printTabs('server','databases'); $misc->printMsg($msg); - echo ""; - $databases = $data->getDatabases(); $multiactions = array( diff --git a/classes/Misc.php b/classes/Misc.php index ef996e8c..e57ce163 100644 --- a/classes/Misc.php +++ b/classes/Misc.php @@ -2,7 +2,7 @@ /** * Class to hold various commonly used functions * - * $Id: Misc.php,v 1.151 2007/05/05 02:21:06 soranzo Exp $ + * $Id: Misc.php,v 1.152 2007/05/16 17:03:51 ioguix Exp $ */ class Misc { @@ -1579,6 +1579,7 @@ } if (isset($multiactions)) { + echo "\n"; echo "
\n"; if (isset($multiactions['vars'])) foreach ($multiactions['vars'] as $k => $v) diff --git a/tables.php b/tables.php index a1efbcf4..08c78ded 100644 --- a/tables.php +++ b/tables.php @@ -3,7 +3,7 @@ /** * List tables in a database * - * $Id: tables.php,v 1.95 2007/05/03 17:01:03 ioguix Exp $ + * $Id: tables.php,v 1.96 2007/05/16 17:03:51 ioguix Exp $ */ // Include application functions @@ -782,8 +782,6 @@ $misc->printTabs('schema','tables'); $misc->printMsg($msg); - echo ""; - $tables = $data->getTables(); $multiactions = array( -- 2.39.5