--- loncom/interface/loncoursegroups.pm 2008/12/11 14:55:15 1.83 +++ loncom/interface/loncoursegroups.pm 2008/12/16 16:44:28 1.84 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: loncoursegroups.pm,v 1.83 2008/12/11 14:55:15 bisitz Exp $ +# $Id: loncoursegroups.pm,v 1.84 2008/12/16 16:44:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -3786,7 +3786,7 @@ sub add_group_folder { if ($delresult ne 'ok') { $warning = $delresult; } - return $outcome; + return $outcome.$warning; } } my $delresult = &release_folder_lock($cdom,$cnum,'group_allfolders'); @@ -3796,7 +3796,7 @@ sub add_group_folder { } else { $outcome = '' .&mt('Could not obtain exclusive lock to check status of the folder for all groups. No group folder added.') - .''; + .''; return $outcome; } my $grpfolder = &mt($ucgpterm.' Folder - [_1]',$description); 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.