koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha bookcount.pl,1.5,1.6


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha bookcount.pl,1.5,1.6
Date: Fri, 02 May 2003 17:28:16 -0700

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

Modified Files:
        bookcount.pl 
Log Message:
Fixing bug 428


Index: bookcount.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookcount.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** bookcount.pl        13 Nov 2002 17:52:59 -0000      1.5
--- bookcount.pl        3 May 2003 00:28:13 -0000       1.6
***************
*** 30,33 ****
--- 30,35 ----
  use C4::Circulation::Circ2;
  use C4::Output;
+ use C4::Koha;
+ use C4::Auth;
  use HTML::Template;
  
***************
*** 62,66 ****
  
  # make the page ...
! my $template = gettemplate("bookcount.tmpl");
  
  my @branchloop;
--- 64,78 ----
  
  # make the page ...
! 
! my ($template, $loggedinuser, $cookie)
!       = get_template_and_user({template_name => "bookcount.tmpl",
!                                        query => $input,
!                                        type => "intranet",
!                                        authnotrequired => 0,
!                                        flagsrequired => {borrowers => 1},
!                                        debug => 1,
!                                        });
! 
! 
  
  my @branchloop;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]