- Only show positions for the current year

This commit is contained in:
dave 2009-02-09 00:25:23 +00:00
parent 10bac6ca24
commit e508efece9

View File

@ -47,6 +47,7 @@
$editor->setPrimaryKey("id");
$editor->setDefaultSortField("start,name");
$editor->setRecordType("Volunteer Position");
$editor->filterList('year',$config['FAIRYEAR']);
$editor->execute();
send_footer();