Bug 14059: Delete all export of get_column_names
authorJulian FIOL <julian.fiol@biblibre.com>
Mon, 4 May 2015 07:28:49 +0000 (09:28 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Fri, 22 May 2015 20:02:21 +0000 (17:02 -0300)
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>
Signed-off-by: Tomás Cohen Arazi <tomascohen@theke.io>
C4/Creators.pm
C4/Creators/Lib.pm
t/db_dependent/Creators/Lib.t

index 65ac7d7..7e76281 100644 (file)
@@ -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
index 2ea30f7..3f4c617 100644 (file)
@@ -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
index c37bc17..2dfad2a 100644 (file)
@@ -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 )