Skip to content

Commit

Permalink
* Embolden those permissions isn't necessary.
Browse files Browse the repository at this point in the history
Signed-off-by:Thorsten Eurich <thorsten@eurich.de>
  • Loading branch information
eurich committed Mar 27, 2014
1 parent 6ede593 commit b37e1f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sources/admin/Reports.controller.php
Expand Up @@ -380,10 +380,6 @@ public function action_board_perms()
$curData[$id_group] = '<span class="success">' . $txt['board_perms_allow'] . '</span>';
else
$curData[$id_group] = 'x';

// Embolden those permissions different from global (makes it a lot easier!)
if (@$board_permissions[0][$id_group][$ID_PERM] != @$group_permissions[$ID_PERM])
$curData[$id_group] = '<strong>' . $curData[$id_group] . '</strong>';
}

// Now add the data for this permission.
Expand Down

0 comments on commit b37e1f1

Please sign in to comment.