Bugzilla – Attachment 129012 Details for
Bug 29794
delete_items.pl missing include
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29794: (follow-up) Add license
Bug-29794-follow-up-Add-license.patch (text/plain), 1.44 KB, created by
Tomás Cohen Arazi (tcohen)
on 2022-01-04 19:56:08 UTC
(
hide
)
Description:
Bug 29794: (follow-up) Add license
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2022-01-04 19:56:08 UTC
Size:
1.44 KB
patch
obsolete
>From 7a03aa76a5a2038b7066068e8f43b434160290a9 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 4 Jan 2022 16:55:05 -0300 >Subject: [PATCH] Bug 29794: (follow-up) Add license > >--- > misc/cronjobs/delete_items.pl | 22 +++++++++++++++++++--- > 1 file changed, 19 insertions(+), 3 deletions(-) > >diff --git a/misc/cronjobs/delete_items.pl b/misc/cronjobs/delete_items.pl >index 3cbe5accc3..2aa9e575d9 100755 >--- a/misc/cronjobs/delete_items.pl >+++ b/misc/cronjobs/delete_items.pl >@@ -1,12 +1,28 @@ > #! /usr/bin/perl > >-use Getopt::Long qw( GetOptions ); >+# 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 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. >+# >+# You should have received a copy of the GNU General Public License >+# along with Koha; if not, see <http://www.gnu.org/licenses>. > >-use Koha::Script -cron; >-use C4::Context; > use Modern::Perl; >+ >+use Getopt::Long qw( GetOptions ); > use Pod::Usage qw( pod2usage ); > >+use Koha::Script -cron; >+ >+use C4::Context; > use Koha::Items; > > my $dbh = C4::Context->dbh(); >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 29794
:
129011
|
129012
|
129014
|
129015
|
129017