From: Manni H. <man...@us...> - 2005-02-23 23:58:33
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13858/UI Modified Files: HTML.pm Log Message: Get rid of warnings upon shutdown by providing the shutdown_page__ sub with the current session. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.341 retrieving revision 1.342 diff -C2 -d -r1.341 -r1.342 *** HTML.pm 20 Feb 2005 10:05:59 -0000 1.341 --- HTML.pm 23 Feb 2005 23:58:16 -0000 1.342 *************** *** 640,644 **** $http_header .= "Content-Length: "; ! my $text = $self->shutdown_page__(); $http_header .= length($text); --- 640,644 ---- $http_header .= "Content-Length: "; ! my $text = $self->shutdown_page__( $session ); $http_header .= length($text); |