Empty commit

This commit is contained in:
Git 2016-01-20 08:00:29 +00:00
parent 47167ccba2
commit 2fba8339e7
3 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,8 @@
CHANGE LOG
2016-01-19 by newman
Fix PRs 93 and 91
2016-01-10 by newman
Fix typo in ajax_report.php

View File

@ -6,7 +6,7 @@
error(403);
}
$GroupIDi = $_GET['groupid'];
$GroupID = $_GET['groupid'];
if (!$GroupID || !is_number($GroupID)) {
error(404);
}

View File

@ -95,12 +95,8 @@
$Invited = $DB->to_array();
$JSIncludes = '';
if (check_perms('users_mod') || check_perms('admin_advanced_user_search')) {
$JSIncludes = 'invites';
}
View::show_header('Invites');
View::show_header('Invites', $JSIncludes);
?>
<div class="thin">
<div class="header">