diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 34c849409f..74efd27e82 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2012,7 +2012,8 @@ function PMA_getHtmlForSpecificTablePrivileges($db, $table) * * @return string $html_output */ -function PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db, $table = null) { +function PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db, $table = null) +{ $html_output = '
'; $odd_row = true; if (! empty($privMap)) {