Empty commit

This commit is contained in:
Git 2013-12-21 08:00:51 +00:00
parent 71bc04bd41
commit 0e601692de
2 changed files with 0 additions and 2 deletions

View File

@ -496,7 +496,6 @@
case 'take_mass_pm':
include(SERVER_ROOT.'/sections/tools/managers/take_mass_pm.php');
break;
default:
include(SERVER_ROOT.'/sections/tools/tools.php');

View File

@ -65,7 +65,6 @@ function create_row($Title, $URL, $HasPermission = false, $Tooltip = false) {
create_row("Mass PM", "tools.php?action=mass_pm", check_perms("users_mod"));
create_row("News post", "tools.php?action=news", check_perms("admin_manage_news"));
create_row("Vanity House additions", "tools.php?action=recommend", check_perms("site_recommend_own") || check_perms("site_manage_recommendations"));
if ($ToolsHTML) {
?>