koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha reports-home.pl


From: Mason James
Subject: [Koha-cvs] koha reports-home.pl
Date: Tue, 18 Jul 2006 12:06:06 +0000

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;




reply via email to

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