Diff for /loncom/interface/loncreatecourse.pm between versions 1.30 and 1.31

version 1.30, 2003/09/02 15:21:42 version 1.31, 2003/09/02 18:00:14
Line 140  sub copydbfiles { Line 140  sub copydbfiles {
     }      }
 }  }
   
   # ======================================================= Copy all course files
   
   sub copycoursefiles {
       my ($origcrsid,$newcrsid)=@_;
       &copyuserfiles($origcrsid,$newcrsid);
       &copydbfiles($origcrsid,$newcrsid);
   }
   
 # ===================================================== Phase one: fill-in form  # ===================================================== Phase one: fill-in form
   
 sub print_course_creation_page {  sub print_course_creation_page {

Removed from v.1.30  
changed lines
  Added in v.1.31


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>