--- loncom/homework/bridgetask.pm 2005/05/03 06:44:56 1.16 +++ loncom/homework/bridgetask.pm 2005/05/03 14:52:31 1.17 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: bridgetask.pm,v 1.16 2005/05/03 06:44:56 albertel Exp $ +# $Id: bridgetask.pm,v 1.17 2005/05/03 14:52:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -338,8 +338,8 @@ sub pick_from_queue_data { my ($symb,$uname,$udom)=&decode_queue_key($key); if ($check_section) { my $section=&Apache::lonnet::getsection($uname,$udom); - if ($section ne $check_section) { - &Apache::lonnet::logthis("not my sec"); + if ($section eq $check_section) { + &Apache::lonnet::logthis("my sec"); next; } }