X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=patroncards%2Fedit-profile.pl;h=415cd8c7f032048d82a367f57e81cc557188029f;hb=9c30a2ebe2dd8dd278721f2590716ee10676480e;hp=6189cb3f6c76ff208f93e60799ca0ecef3cec9df;hpb=108e901043f0766f8c103f3826b5af1cdb6daaa4;p=koha.git diff --git a/patroncards/edit-profile.pl b/patroncards/edit-profile.pl index 6189cb3f6c..415cd8c7f0 100755 --- a/patroncards/edit-profile.pl +++ b/patroncards/edit-profile.pl @@ -5,23 +5,23 @@ # # This file is part of Koha. # -# Koha is free software; you can redistribute it and/or modify it under the -# terms of the GNU General Public License as published by the Free Software -# Foundation; either version 2 of the License, or (at your option) any later -# version. +# Koha is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# Koha is distributed in the hope that it will be useful, but WITHOUT ANY -# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR -# A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# Koha is distributed in the hope that it will be useful, but +# WITHOUT ANY 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., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +# You should have received a copy of the GNU General Public License +# along with Koha; if not, see . use strict; use warnings; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth qw(get_template_and_user); use C4::Output qw(output_html_with_http_headers); @@ -31,7 +31,7 @@ use C4::Patroncards::Profile; my $cgi = new CGI; my ( $template, $loggedinuser, $cookie ) = get_template_and_user( { - template_name => "patroncards/edit-profile.tmpl", + template_name => "patroncards/edit-profile.tt", query => $cgi, type => "intranet", authnotrequired => 0,