[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/reports issues_stats.pl,1.5,1.6
From: |
Henri-Damien LAURENT |
Subject: |
[Koha-cvs] CVS: koha/reports issues_stats.pl,1.5,1.6 |
Date: |
Mon, 14 Mar 2005 00:35:03 -0800 |
Update of /cvsroot/koha/koha/reports
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5086/reports
Modified Files:
issues_stats.pl
Log Message:
Fixing : Including packages calls
Index: issues_stats.pl
===================================================================
RCS file: /cvsroot/koha/koha/reports/issues_stats.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** issues_stats.pl 12 Mar 2005 16:42:39 -0000 1.5
--- issues_stats.pl 14 Mar 2005 08:34:58 -0000 1.6
***************
*** 20,23 ****
--- 20,48 ----
# Suite 330, Boston, MA 02111-1307 USA
+ use strict;
+ use C4::Auth;
+ use CGI;
+ use C4::Context;
+ use HTML::Template;
+ use C4::Search;
+ use C4::Output;
+ use C4::Koha;
+ use C4::Interface::CGI::Output;
+ use C4::Circulation::Circ2;
+ use Date::Manip;
+
+ =head1 NAME
+
+ plugin that shows a stats on borrowers
+
+ =head1 DESCRIPTION
+
+
+ =over2
+
+ =cut
+
+
+
my $input = new CGI;
my $do_it=$input->param('do_it');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/reports issues_stats.pl,1.5,1.6,
Henri-Damien LAURENT <=