Bugzilla – Attachment 30104 Details for
Bug 12375
Store serials enumeration data in separate fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12375 [6] [QA Followup] - Supress warnings for undefined indexes
Bug-12375-6-QA-Followup---Supress-warnings-for-und.patch (text/plain), 1.19 KB, created by
Kyle M Hall (khall)
on 2014-07-25 13:32:18 UTC
(
hide
)
Description:
Bug 12375 [6] [QA Followup] - Supress warnings for undefined indexes
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-07-25 13:32:18 UTC
Size:
1.19 KB
patch
obsolete
>From fab032b0103130a8c07b5ae02f104d5db31547d6 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 25 Jul 2014 09:31:22 -0400 >Subject: [PATCH] Bug 12375 [6] [QA Followup] - Supress warnings for undefined indexes > >--- > installer/data/mysql/updatedatabase.pl | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 2e0bf6c..051ae52 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -8619,9 +8619,9 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { > map( $serialseq =~ s/$_/__SPLIT__/, @splits ); > ( > undef, >- $enumeration_data{ $indexes[0] }, >- $enumeration_data{ $indexes[1] }, >- $enumeration_data{ $indexes[2] } >+ $enumeration_data{ $indexes[0] // q{} }, >+ $enumeration_data{ $indexes[1] // q{} }, >+ $enumeration_data{ $indexes[2] // q{} } > ) = split( /__SPLIT__/, $serialseq ); > } > else >-- >1.7.2.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 12375
:
28675
|
28676
|
28677
|
28678
|
28679
|
28680
|
28681
|
28682
|
28683
|
28843
|
28844
|
28845
|
28846
|
29928
|
29929
|
30099
|
30100
|
30101
|
30102
|
30103
|
30104
|
30108
|
35155
|
35156
|
35157
|
35158
|
35159
|
35160
|
35161
|
40710
|
40711
|
40712
|
40713
|
40714
|
40715
|
40716
|
46122
|
46123
|
46124
|
46125
|
46126
|
46127
|
46128
|
46319