--- loncom/html/adm/helper/course.initialization.helper 2010/03/14 15:25:47 1.30 +++ loncom/html/adm/helper/course.initialization.helper 2010/03/15 22:44:40 1.31 @@ -28,10 +28,10 @@ $helper->{DATA}->{CRS}); # Try to fix bug 1757 Apache::lonnet::coursedescription($env{'request.course.id'}); - if ($name eq 'description') { + if (($name eq 'description') || ($name eq 'cloners')) { my %crsinfo = &Apache::lonnet::courseiddump($crsdom,'.',1,'.','.',$crsnum,undef,undef,'.'); if (ref($crsinfo{$courseid}) eq 'HASH') { - $crsinfo{$courseid}{'description'} = $val; + $crsinfo{$courseid}{$name} = $val; my $crshome = &Apache::lonnet::homeserver($crsnum,$crsdom); unless ($crshome eq 'no_host') { my $putresult = &Apache::lonnet::courseidput($crsdom,\%crsinfo,$crshome,'notime'); @@ -248,7 +248,7 @@ Cloning will copy the course structure, contents, and most settings. For dates (open dates, due dates etc.) a choice is provided to: (a) omit, (b) copy as-is or (c) shift by a specified number of days.

Usernames of owners of other courses permitted to clone this course:
- + return &{$helper->{DATA}->{GETVAL}}('cloners');