--- loncom/interface/lonsource.pm 2015/05/23 18:10:02 1.33 +++ loncom/interface/lonsource.pm 2015/05/23 21:02:39 1.34 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Source Code handler # -# $Id: lonsource.pm,v 1.33 2015/05/23 18:10:02 raeburn Exp $ +# $Id: lonsource.pm,v 1.34 2015/05/23 21:02:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -122,6 +122,7 @@ sub copy_stage { } $r->print(&Apache::loncommon::end_page()); + return; } sub confirm { @@ -135,6 +136,7 @@ sub confirm { '); + return; } sub delete_copy_file { @@ -148,7 +150,7 @@ sub delete_copy_file { $r->print('
' .'' - .'

'); + .'

'); } else { $r->print(&Apache::loncommon::start_page('Copying Source',undef,{'only_body' => 1})); if(-e $path_to_new_file) { @@ -163,6 +165,7 @@ sub delete_copy_file { ©_file($r, $newpath, $filename, $path_to_new_file); $r->print(&Apache::loncommon::end_page()); } + return; } sub copy_file { @@ -206,6 +209,7 @@ sub copy_file { .&mt('Close Window').'" name="close" onclick="window.close()" />' .''); #Some 1.3'ish feature is to include the derivative feature, will go here..' + return; } sub print_item {