From 7425c34cab6e2e70314496cf40ee25fe5cfa88da 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 --- 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 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 f1ecfcf..284ab69 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.3.3