X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;ds=sidebyside;f=members%2Fpatronimage.pl;h=e76d117adaa5310d3cd04f84657cfff13e9a48af;hb=7f2ab970da56c6409e218a51300d763996c77810;hp=92b861206065596f60ce3060d754bcad96d5d1ee;hpb=6b89cda9699e22a095b34fb96960882989c76c9a;p=koha_fer diff --git a/members/patronimage.pl b/members/patronimage.pl index 92b8612060..e76d117ada 100755 --- a/members/patronimage.pl +++ b/members/patronimage.pl @@ -13,14 +13,16 @@ # 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; + use CGI; #qw(:standard escapeHTML); use C4::Context; use C4::Members; @@ -33,7 +35,7 @@ my $cardnumber; =head1 NAME -patronimage.pl - Script for retrieving and formating Koha patron images for display +patronimage.pl - Script for retrieving and formatting Koha patron images for display =head1 SYNOPSIS @@ -74,8 +76,6 @@ if ($imagedata) { exit; -=back - =head1 AUTHOR Chris Nighswonger cnighswonger foundations edu