[Koha-cvs] CVS: koha modwebsites.pl,1.3,1.4

Chris Cormack rangi at users.sourceforge.net
Mon Apr 21 05:40:08 CEST 2003


Update of /cvsroot/koha/koha
In directory sc8-pr-cvs1:/tmp/cvs-serv497

Modified Files:
	modwebsites.pl 
Log Message:
Fixing bug 372


Index: modwebsites.pl
===================================================================
RCS file: /cvsroot/koha/koha/modwebsites.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** modwebsites.pl	16 Dec 2002 00:26:18 -0000	1.3
--- modwebsites.pl	21 Apr 2003 03:40:05 -0000	1.4
***************
*** 27,30 ****
--- 27,31 ----
  use C4::Output;
  use HTML::Template;
+ use C4::Auth;
  
  my $input = new CGI;
***************
*** 39,43 ****
  #print startpage();
  #print startmenu();
! my $template = gettemplate("modwebsites.tmpl");
  
  my @websitesloop;
--- 40,51 ----
  #print startpage();
  #print startmenu();
! my ($template, $loggedinuser, $cookie) = get_template_and_user({
!                             template_name   => "modwebsites.tmpl",
!                               query           => $input,
!                               type            => "intranet",
!                               flagsrequired   => {catalogue => 1},
!                       });
! 
! 
  
  my @websitesloop;





More information about the Koha-cvs mailing list