X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Freports-home.pl;h=8fc47cbe1cce2f9f0325c8d495393b8ac9d1bbb2;hb=1d882495c2cd28f0ffd3d492aa99611a82ca1825;hp=3d164fc742ea31290370eecfa5fcb0eb3d8888ec;hpb=fc1342f73df868410e0ab670981f25ba2e1acd74;p=koha_gimpoz diff --git a/reports/reports-home.pl b/reports/reports-home.pl old mode 100644 new mode 100755 index 3d164fc742..8fc47cbe1c --- a/reports/reports-home.pl +++ b/reports/reports-home.pl @@ -17,10 +17,10 @@ # use strict; +#use warnings; FIXME - Bug 2505 use CGI; use C4::Auth; use C4::Output; -use C4::Interface::CGI::Output; use C4::Context; @@ -30,7 +30,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"),