From c8a61df6f6139e2ef76626090125d78bdfc1c11e Mon Sep 17 00:00:00 2001 From: Julian FIOL 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 Signed-off-by: Kyle M Hall --- 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