fix coding style, spacing

This commit is contained in:
Dieter Adriaenssens 2013-09-06 17:38:45 +02:00
parent c6c3883ff4
commit 2b4de460b3

View File

@ -2069,7 +2069,7 @@ function PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db, $table = n
$privList = explode(',', $current['Table_priv']);
$privs = array();
$grantsArr = PMA_getTableGrantsArray();
foreach($grantsArr as $grant) {
foreach ($grantsArr as $grant) {
$privs[$grant[0]] = 'N';
foreach ($privList as $priv) {
if ($grant[0] == $priv) {