--- loncom/cgi/enrollqueued.pl 2014/04/14 01:45:49 1.3 +++ loncom/cgi/enrollqueued.pl 2017/05/19 19:29:33 1.4 @@ -3,7 +3,7 @@ $|=1; # Script to complete processing of self-enrollment requests # queued pending validation, when validated. # -# $Id: enrollqueued.pl,v 1.3 2014/04/14 01:45:49 raeburn Exp $ +# $Id: enrollqueued.pl,v 1.4 2017/05/19 19:29:33 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -209,7 +209,7 @@ sub main { } } if ($field eq 'coursetype') { - if ($query->param($field) =~ /^(official|unofficial|community|textbook)$/) { + if ($query->param($field) =~ /^(official|unofficial|community|textbook|placement)$/) { $params{$field} = $query->param($field); } }