X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=reports%2Fdictionary.pl;h=393c91796abe286e35b0c83ffd3181f3db6e76ff;hb=3a29f37dff1c58a344822a52aa2bc5f030dd44f8;hp=4f3814e2b1ad8a3417032fd4b182ba72f34f87b1;hpb=df99b9b69c1bfc550002a7949efee7d093670af7;p=srvgit diff --git a/reports/dictionary.pl b/reports/dictionary.pl index 4f3814e2b1..393c91796a 100755 --- a/reports/dictionary.pl +++ b/reports/dictionary.pl @@ -13,9 +13,9 @@ # 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 CGI::Carp qw(fatalsToBrowser warningsToBrowser); use strict; use warnings; @@ -31,9 +31,6 @@ Script to control the guided report creation =head1 DESCRIPTION - -=over2 - =cut my $input = new CGI;