--- loncom/interface/lonpickcourse.pm 2009/11/04 14:12:19 1.90
+++ loncom/interface/lonpickcourse.pm 2010/06/19 01:38:03 1.93.2.1
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Pick a course
#
-# $Id: lonpickcourse.pm,v 1.90 2009/11/04 14:12:19 raeburn Exp $
+# $Id: lonpickcourse.pm,v 1.93.2.1 2010/06/19 01:38:03 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -79,7 +79,7 @@ sub handler {
$typeelement = '';
}
- # if called when a DC is creating a course
+ # if called when a DC is creating a course for another user.
if ($env{'form.form'} eq 'ccrs') {
($cloneruname,$clonerudom) = ($env{'form.cloner'} =~ /^($match_username):($match_domain)$/);
}
@@ -306,12 +306,8 @@ sub display_matched_courses {
}
my $cctitle = &Apache::lonnet::plaintext($ccrole,$type);
my $dctitle = &Apache::lonnet::plaintext('dc');
- my $ccrolechk = ' checked="checked" ';
- my $menuchk = ' ';
- if ($env{'form.prevphase'} ne '') {
- $ccrolechk = ' ';
- $menuchk = ' checked="checked" ';
- }
+ my $ccrolechk = ' ';
+ my $menuchk = ' checked="checked" ';
$r->print(
'