[Koha-cvs] koha reports-home.pl

Mason James szrj1m at yahoo.com
Tue Jul 18 14:06:06 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Changes by:	Mason James <sushi>	06/07/18 12:06:06

Removed files:
	.              : reports-home.pl 

Log message:
	wrong place, should be in /reports dir.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/reports-home.pl?cvsroot=koha&r1=1.6&r2=0

Patches:
Index: reports-home.pl
===================================================================
RCS file: reports-home.pl
diff -N reports-home.pl
--- reports-home.pl	12 Feb 2004 09:16:18 -0000	1.6
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
-#!/usr/bin/perl
-
-use strict;
-use CGI;
-use C4::Auth;
-use C4::Output;
-use C4::Interface::CGI::Output;
-use C4::Context;
-use HTML::Template;
-
-my $query = new CGI;
-my ($template, $loggedinuser, $cookie)
-= get_template_and_user({template_name => "reports/reports-home.tmpl",
-				query => $query,
-				type => "intranet",
-				authnotrequired => 0,
-				flagsrequired => {catalogue => 1},
-				debug => 1,
-				});
-output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list