X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Freports-home.pl;h=d536b01c1e8203742384e8e451b49f4216f09690;hb=de03c263f0579d28a735e3b1261121e439263a82;hp=bfed7a43fe5a509c20bfb54af494b3aac6514517;hpb=c0d85e87b416e76273d9e043a0e53cf2e0f5ed75;p=koha_fer diff --git a/reports/reports-home.pl b/reports/reports-home.pl index bfed7a43fe..d536b01c1e 100755 --- a/reports/reports-home.pl +++ b/reports/reports-home.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +# Copyright Biblibre 2006 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -11,12 +13,13 @@ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU General Public License for more details. # -# You should have received a copy of the GNU General Public License along with -# Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place, -# Suite 330, Boston, MA 02111-1307 USA -# +# You should have received a copy of the GNU General Public License along +# with Koha; if not, write to the Free Software Foundation, Inc., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; @@ -29,7 +32,7 @@ my ($template, $loggedinuser, $cookie) query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => {reports => 1}, + flagsrequired => {reports => '*'}, debug => 1, }); $template->param(intranetcolorstylesheet => C4::Context->preference("intranetcolorstylesheet"),