fix coding style : opening brace should be on a new line
This commit is contained in:
parent
58f9338178
commit
a6ca1f05b6
@ -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 = '<tbody>';
|
||||
$odd_row = true;
|
||||
if (! empty($privMap)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user