Bugzilla – Attachment 51679 Details for
Bug 16505
rebuild_zebra.pl skips updates if -x is passed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16505: Make sure $as_xml will not be used later
Bug-16505-Make-sure-asxml-will-not-be-used-later.patch (text/plain), 816 bytes, created by
Jonathan Druart
on 2016-05-21 09:24:21 UTC
(
hide
)
Description:
Bug 16505: Make sure $as_xml will not be used later
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-05-21 09:24:21 UTC
Size:
816 bytes
patch
obsolete
>From 6e3dd3a73281897d826a6c812acf586a5f2d907e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 21 May 2016 10:23:46 +0100 >Subject: [PATCH] Bug 16505: Make sure $as_xml will not be used later > >--- > misc/migration_tools/rebuild_zebra.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/misc/migration_tools/rebuild_zebra.pl b/misc/migration_tools/rebuild_zebra.pl >index 6c036ba..14dab96 100755 >--- a/misc/migration_tools/rebuild_zebra.pl >+++ b/misc/migration_tools/rebuild_zebra.pl >@@ -100,6 +100,7 @@ if (not $result or $want_help) { > > if ( $as_xml ) { > warn "Warning: You passed -x which is already the default and is now deprecated·\n"; >+ undef $as_xml; # Should not be used later > } > > if( not defined $run_as_root and $run_user eq 'root') { >-- >2.8.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 16505
:
51476
|
51526
|
51543
|
51674
| 51679