forked from science-ation/science-ation
- Only show positions for the current year
This commit is contained in:
parent
10bac6ca24
commit
e508efece9
@ -47,6 +47,7 @@
|
||||
$editor->setPrimaryKey("id");
|
||||
$editor->setDefaultSortField("start,name");
|
||||
$editor->setRecordType("Volunteer Position");
|
||||
$editor->filterList('year',$config['FAIRYEAR']);
|
||||
$editor->execute();
|
||||
|
||||
send_footer();
|
||||
|
Loading…
Reference in New Issue
Block a user