Bugzilla – Attachment 39427 Details for
Bug 14059
Fully testing C4::Creators::Lib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 14059 : Delete all export of get_column_names
PASSED-QA-Bug-14059--Delete-all-export-of-getcolum.patch (text/plain), 1.77 KB, created by
Kyle M Hall (khall)
on 2015-05-22 15:09:08 UTC
(
hide
)
Description:
[PASSED QA] Bug 14059 : Delete all export of get_column_names
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-05-22 15:09:08 UTC
Size:
1.77 KB
patch
obsolete
>From c8a61df6f6139e2ef76626090125d78bdfc1c11e Mon Sep 17 00:00:00 2001 >From: Julian FIOL <julian.fiol@biblibre.com> >Date: Mon, 4 May 2015 09:28:49 +0200 >Subject: [PATCH] [PASSED QA] Bug 14059 : Delete all export of get_column_names > >This deals with my concerns raised in comment #2. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > C4/Creators.pm | 1 - > C4/Creators/Lib.pm | 1 - > t/db_dependent/Creators/Lib.t | 1 - > 3 files changed, 0 insertions(+), 3 deletions(-) > >diff --git a/C4/Creators.pm b/C4/Creators.pm >index 65ac7d7..7e76281 100644 >--- a/C4/Creators.pm >+++ b/C4/Creators.pm >@@ -33,7 +33,6 @@ BEGIN { > get_font_types > get_text_justification_types > get_output_formats >- get_column_names > get_table_names > get_unit_values > html_table >diff --git a/C4/Creators/Lib.pm b/C4/Creators/Lib.pm >index 2ea30f7..3f4c617 100644 >--- a/C4/Creators/Lib.pm >+++ b/C4/Creators/Lib.pm >@@ -40,7 +40,6 @@ BEGIN { > get_font_types > get_text_justification_types > get_output_formats >- get_column_names > get_table_names > get_unit_values > html_table >diff --git a/t/db_dependent/Creators/Lib.t b/t/db_dependent/Creators/Lib.t >index c37bc17..2dfad2a 100644 >--- a/t/db_dependent/Creators/Lib.t >+++ b/t/db_dependent/Creators/Lib.t >@@ -45,7 +45,6 @@ can_ok( > get_font_types > get_text_justification_types > get_output_formats >- get_column_names > get_table_names > get_unit_values > html_table ) >-- >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 14059
:
38481
|
38801
|
38810
|
38811
|
38840
|
38945
|
39426
| 39427 |
39428