--- rat/lonuserstate.pm 2002/09/06 15:18:23 1.42 +++ rat/lonuserstate.pm 2002/09/10 20:53:37 1.43 @@ -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.42 2002/09/06 15:18:23 www Exp $ +# $Id: lonuserstate.pm,v 1.43 2002/09/10 20:53:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,8 +129,7 @@ sub loadmap { } } else { # normal internal resource if (($embstyle eq 'img') || ($embstyle eq 'emb') - || ($turi=~/\/syllabus$/) || ($turi=~/\/aboutme$/) - || ($turi=~/\/navmaps$/)) { + || ($turi=~/\/(syllabus|aboutme|navmaps|smppg|bulletinboard)$/)) { $turi='/adm/wrapper'.$turi; } }