Bugzilla – Attachment 177627 Details for
Bug 26684
Remove 'marc' column from auth_header table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26684: Remove misc/exportauth.pl as a consequence of removing auth_header.marc
Bug-26684-Remove-miscexportauthpl-as-a-consequence.patch (text/plain), 1.45 KB, created by
Nick Clemens (kidclamp)
on 2025-02-07 14:15:52 UTC
(
hide
)
Description:
Bug 26684: Remove misc/exportauth.pl as a consequence of removing auth_header.marc
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2025-02-07 14:15:52 UTC
Size:
1.45 KB
patch
obsolete
>From 1a046966c2c4b6cd12abdc5fb16d0d462e56359e Mon Sep 17 00:00:00 2001 >From: Janusz Kaczmarek <januszop@gmail.com> >Date: Sun, 2 Feb 2025 18:05:22 +0100 >Subject: [PATCH] Bug 26684: Remove misc/exportauth.pl as a consequence of > removing auth_header.marc > >Since we have misc/export_records.pl and we want to remove >auth_header.marc, the ancient script misc/exportauth.pl can be removed >as well (it is relied upon auth_header.marc). > >Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > misc/exportauth.pl | 23 ----------------------- > 1 file changed, 23 deletions(-) > delete mode 100755 misc/exportauth.pl > >diff --git a/misc/exportauth.pl b/misc/exportauth.pl >deleted file mode 100755 >index 14e30884d2d..00000000000 >--- a/misc/exportauth.pl >+++ /dev/null >@@ -1,23 +0,0 @@ >-#!/usr/bin/perl >-## This script allows you to export a rel_2_2 bibliographic db in >-#MARC21 format from the command line. >-# >- >-use strict; >-#use warnings; FIXME - Bug 2505 >- >-use Koha::Script; >-use C4::Context; >-use C4::Auth; >-my $outfile = $ARGV[0]; >-open(my $fh, '>', $outfile) or die $!; >-my $dbh=C4::Context->dbh; >-#$dbh->do("set character_set_client='latin5'"); >-$dbh->do("set character_set_connection='utf8'"); >-#$dbh->do("set character_set_results='latin5'"); >-my $sth=$dbh->prepare("select marc from auth_header order by authid"); >-$sth->execute(); >-while (my ($marc) = $sth->fetchrow) { >- print $fh $marc; >- } >-close($fh); >-- >2.39.5
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 26684
:
111670
|
111671
|
111672
|
112016
|
112018
|
112019
|
112087
|
112088
|
112089
|
112090
|
177445
|
177446
|
177447
|
177448
|
177449
|
177450
|
177455
|
177456
|
177457
|
177458
|
177459
|
177460
|
177461
|
177622
|
177623
|
177624
|
177625
|
177626
| 177627