X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=tools%2Fkoha-news.pl;h=2b62aaf05761ab23725103f8dac28ee6aaf000f5;hb=96cc447045f3f1d3702a3c69b36f596d88f38eda;hp=821cd4bb154425f1af4ed946978644d89a5cec56;hpb=72485629565dd76022e4202549defafec1dd2998;p=srvgit diff --git a/tools/koha-news.pl b/tools/koha-news.pl index 821cd4bb15..2b62aaf057 100755 --- a/tools/koha-news.pl +++ b/tools/koha-news.pl @@ -33,7 +33,7 @@ use C4::Languages qw(getTranslatedLanguages); use Date::Calc qw/Date_to_Days Today/; use Koha::DateUtils; -my $cgi = new CGI; +my $cgi = CGI->new; my $id = $cgi->param('id'); my $title = $cgi->param('title');