--- loncom/auth/lonlogout.pm 2008/11/20 15:19:22 1.35 +++ loncom/auth/lonlogout.pm 2008/11/25 14:19:07 1.36 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.35 2008/11/20 15:19:22 jms Exp $ +# $Id: lonlogout.pm,v 1.36 2008/11/25 14:19:07 jms Exp $ # # Copyright Michigan State University Board of Trustees # @@ -26,6 +26,19 @@ # http://www.lon-capa.org/ # +=head1 NAME + +Apache::lonlogout + +=head1 SYNOPSIS + + +This is part of the LearningOnline Network with CAPA project +described at http://www.lon-capa.org. + + +=cut + package Apache::lonlogout; use strict; @@ -154,21 +167,6 @@ sub flush_course_logs { __END__ -=head1 NAME - -Apache::lonlogout - -=head1 SYNOPSIS - - -This is part of the LearningOnline Network with CAPA project -described at http://www.lon-capa.org. - -=head1 HANDLER SUBROUTINE - - -=cut -