Skip to content

Commit

Permalink
exec cannot receive helper points, but facilities can
Browse files Browse the repository at this point in the history
  • Loading branch information
benthemonkey committed Jun 16, 2015
1 parent 5a6ad11 commit f997ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spc-committee-headquarters.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ function getFullName($slivkans, $nu_email)
<?php
foreach ($slivkans as $s) {
echo '<option value="' . $s['nu_email'] . '" ';
if ($s['committee'] == $committee || $s['committee'] == 'Facilities') {
if ($s['committee'] == $committee || $s['committee'] == 'Exec') {
echo 'disabled';
}
echo '>' . $s['full_name'] . "</option>\n";
Expand Down

0 comments on commit f997ee9

Please sign in to comment.