--- loncom/interface/loncreatecourse.pm 2010/07/08 23:19:19 1.141 +++ loncom/interface/loncreatecourse.pm 2010/09/20 00:51:14 1.144 @@ -1,7 +1,7 @@ # The LearningOnline Network # Create a course # -# $Id: loncreatecourse.pm,v 1.141 2010/07/08 23:19:19 raeburn Exp $ +# $Id: loncreatecourse.pm,v 1.144 2010/09/20 00:51:14 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -689,7 +689,7 @@ sub create_course { '

'.&mt('Manage Access Keys').'

'); } # Flush the course logs so reverse user roles immediately updated - &Apache::lonnet::flushcourselogs(); + $r->register_cleanup(\&Apache::lonnet::flushcourselogs); $r->print('

'.&mt('Roles will be active at next login').'.

'); } $r->print('

'. @@ -748,11 +748,11 @@ sub print_intro_page { linktitle => 'Display course and community creation requests submitted by authorized users, held pending approval by a Domain Coordinator.' }, { - linktext => 'Display official course requests', + linktext => 'View pending official course requests', url => '/adm/createcourse?phase=pendingdisplay', permission => $show_all_choices, #help => '', - icon => '', + icon => 'edit-find.png', alttext => '', linktitle => 'Display official course requests submitted by authorized users, held pending validation of instructor status.' },