Bugzilla – Attachment 18679 Details for
Bug 8956
Split serials enumeration data into separate fields
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8956 - Split serials enumeration data into separate fields - Part 9 - Remove print from database update
Bug-8956---Split-serials-enumeration-data-into-sep.patch (text/plain), 1.03 KB, created by
Kyle M Hall (khall)
on 2013-06-05 15:04:45 UTC
(
hide
)
Description:
Bug 8956 - Split serials enumeration data into separate fields - Part 9 - Remove print from database update
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-06-05 15:04:45 UTC
Size:
1.03 KB
patch
obsolete
>From a65515c2aa34a62e889ddd6df1799bed4d4e8966 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 5 Jun 2013 11:04:15 -0400 >Subject: [PATCH] Bug 8956 - Split serials enumeration data into separate fields - Part 9 - Remove print from database update > >--- > installer/data/mysql/updatedatabase.pl | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index a47050e..8cc00ea 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -7010,7 +7010,6 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) { > while ( my $subscription = $sth->fetchrow_hashref() ) { > ## parse out the labels and save them > my $nm = $subscription->{'numberingmethod'}; >- print "NUMBERING METHOD: '$nm'\n"; > my @labels = split(/\{[XYZ]\}[, ]?/, $nm); > @labels = map( $trim->( $_ ), @labels ); > my ( $x_label, $y_label, $z_label ) = @labels; >-- >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 8956
:
13041
|
13042
|
13043
|
13044
|
13045
|
13046
|
13047
|
15914
|
15915
|
15916
|
15917
|
15918
|
15919
|
15920
|
16346
|
16347
|
16348
|
16349
|
16350
|
16351
|
16352
|
16353
|
18554
|
18555
|
18556
|
18557
|
18558
|
18559
|
18560
|
18561
|
18568
|
18569
|
18570
|
18571
|
18572
|
18573
|
18574
|
18575
|
18576
|
18577
|
18578
|
18579
|
18580
|
18581
|
18582
|
18583
| 18679