From c759286fbe731cd0631b074d69faf0dfa9df0558 Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 25 Apr 2011 12:34:37 +0200 Subject: [PATCH 1/2] Fixed comment typo --- server_privileges.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_privileges.php b/server_privileges.php index d497d7106..02eb82ac7 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -179,7 +179,7 @@ function PMA_RangeOfUsers($initial = '') * @param array $row the row * @param boolean $enableHTML add tag with tooltips * - * @global ressource $user_link the database connection + * @global resource $user_link the database connection * * @return array */ From 0c391777536a07aaf490270d7431c4b40cdf44bd Mon Sep 17 00:00:00 2001 From: Herman van Rink Date: Mon, 25 Apr 2011 13:51:02 +0200 Subject: [PATCH 2/2] add operations_full_width div to avoid overlapping boxes introduced in be14efaa75e99b821f862110a92e56c6b71d0c99 --- db_operations.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db_operations.php b/db_operations.php index e49ddcb0d..558766407 100644 --- a/db_operations.php +++ b/db_operations.php @@ -569,7 +569,9 @@ echo __('Remove database'); if (!empty($cfg['Servers'][$server]['pmadb'])) { $message->isError(true); } + echo '
'; $message->display(); + echo '
'; } // end if } // end if (!$is_information_schema)