From 9c80f1fd776aab06ae5270ef3c9b0c75ff11cf54 Mon Sep 17 00:00:00 2001 From: Julian FIOL Date: Mon, 4 May 2015 09:28:49 +0200 Subject: [PATCH] Bug 14059: Delete all export of get_column_names MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This deals with my concerns raised in comment #2. Signed-off-by: Mark Tompsett Signed-off-by: Kyle M Hall Signed-off-by: Tomás Cohen Arazi --- C4/Creators.pm | 1 - C4/Creators/Lib.pm | 1 - t/db_dependent/Creators/Lib.t | 1 - 3 files changed, 3 deletions(-) diff --git a/C4/Creators.pm b/C4/Creators.pm index 65ac7d7fc0..7e76281bd2 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 2ea30f70d7..3f4c617bd9 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 c37bc176e4..2dfad2a861 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 ) -- 2.39.2