Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -569,7 +569,9 @@ echo __('Remove database');
|
|||||||
if (!empty($cfg['Servers'][$server]['pmadb'])) {
|
if (!empty($cfg['Servers'][$server]['pmadb'])) {
|
||||||
$message->isError(true);
|
$message->isError(true);
|
||||||
}
|
}
|
||||||
|
echo '<div class="operations_full_width">';
|
||||||
$message->display();
|
$message->display();
|
||||||
|
echo '</div>';
|
||||||
} // end if
|
} // end if
|
||||||
} // end if (!$is_information_schema)
|
} // end if (!$is_information_schema)
|
||||||
|
|
||||||
|
@@ -179,7 +179,7 @@ function PMA_RangeOfUsers($initial = '')
|
|||||||
* @param array $row the row
|
* @param array $row the row
|
||||||
* @param boolean $enableHTML add <dfn> tag with tooltips
|
* @param boolean $enableHTML add <dfn> tag with tooltips
|
||||||
*
|
*
|
||||||
* @global ressource $user_link the database connection
|
* @global resource $user_link the database connection
|
||||||
*
|
*
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user