--- rat/lonuserstate.pm 2009/12/03 19:01:33 1.134 +++ rat/lonuserstate.pm 2010/03/25 17:38:52 1.135 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Construct and maintain state and binary representation of course for user # -# $Id: lonuserstate.pm,v 1.134 2009/12/03 19:01:33 www Exp $ +# $Id: lonuserstate.pm,v 1.135 2010/03/25 17:38:52 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -286,7 +286,7 @@ sub parse_resource { $hash{'ids_'.$idsuri}=''.$rid; } - if ($turi=~/\/(syllabus|aboutme|navmaps|smppg|bulletinboard)$/) { + if ($turi=~/\/(syllabus|aboutme|navmaps|smppg|bulletinboard|viewclasslist)$/) { $turi.='?register=1'; }