--- loncom/interface/lonpickcourse.pm 2009/11/04 14:12:19 1.90
+++ loncom/interface/lonpickcourse.pm 2010/02/21 15:09:36 1.92
@@ -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.92 2010/02/21 15:09:36 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)$/);
}
@@ -309,8 +309,8 @@ sub display_matched_courses {
my $ccrolechk = ' checked="checked" ';
my $menuchk = ' ';
if ($env{'form.prevphase'} ne '') {
- $ccrolechk = ' ';
- $menuchk = ' checked="checked" ';
+ $ccrolechk = ' ';
+ $menuchk = ' checked="checked" ';
}
$r->print(
'