From: Manni H. <man...@us...> - 2005-02-24 00:18:12
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21460/UI Modified Files: HTML.pm Log Message: Make Bucket Detail page work again by providing necessary arguments in the call to bucket_page(). Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.342 retrieving revision 1.343 diff -C2 -d -r1.342 -r1.343 *** HTML.pm 23 Feb 2005 23:58:16 -0000 1.342 --- HTML.pm 24 Feb 2005 00:18:02 -0000 1.343 *************** *** 2054,2058 **** if ( defined($self->{form_}{showbucket}) ) { ! $self->bucket_page( $client, $templ ); return; } --- 2054,2058 ---- if ( defined($self->{form_}{showbucket}) ) { ! $self->bucket_page( $client, $templ, $template, $page, $session ); return; } |