[Patches] [PATCH] Bug 6679 : Not using strict .. bad script, no cookie for
koha-patchbot at kohaaloha.com
koha-patchbot at kohaaloha.com
Fri Nov 4 19:56:11 NZDT 2011
From: Chris Cormack <chrisc at catalyst.net.nz>
Date: Wed, 2 Nov 2011 16:19:36 +1300
Subject: [PATCH] Bug 6679 : Not using strict .. bad script, no cookie for
you!
---
cataloguing/value_builder/dateaccessioned.pl | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/cataloguing/value_builder/dateaccessioned.pl b/cataloguing/value_builder/dateaccessioned.pl
index 3a9a3da..af1a285 100755
--- a/cataloguing/value_builder/dateaccessioned.pl
+++ b/cataloguing/value_builder/dateaccessioned.pl
@@ -1,7 +1,5 @@
#!/usr/bin/perl
-# $Id: usmarc_field_952v.pl,v 1.1.2.2 2006/09/20 02:59:53 kados Exp $
-
# Copyright 2000-2002 Katipo Communications
#
# This file is part of Koha.
@@ -19,7 +17,7 @@
# with Koha; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#use strict;
+use strict;
#use warnings; FIXME - Bug 2505
=head1
--
1.7.5.4
More information about the Patches
mailing list