View | Details | Raw Unified | Return to bug 14059
Collapse All | Expand All

(-)a/C4/Creators.pm (-1 lines)
Lines 33-39 BEGIN { Link Here
33
                     get_font_types
33
                     get_font_types
34
                     get_text_justification_types
34
                     get_text_justification_types
35
                     get_output_formats
35
                     get_output_formats
36
                     get_column_names
37
                     get_table_names
36
                     get_table_names
38
                     get_unit_values
37
                     get_unit_values
39
                     html_table
38
                     html_table
(-)a/C4/Creators/Lib.pm (-1 lines)
Lines 40-46 BEGIN { Link Here
40
                     get_font_types
40
                     get_font_types
41
                     get_text_justification_types
41
                     get_text_justification_types
42
                     get_output_formats
42
                     get_output_formats
43
                     get_column_names
44
                     get_table_names
43
                     get_table_names
45
                     get_unit_values
44
                     get_unit_values
46
                     html_table
45
                     html_table
(-)a/t/db_dependent/Creators/Lib.t (-2 lines)
Lines 45-51 can_ok( Link Here
45
      get_font_types
45
      get_font_types
46
      get_text_justification_types
46
      get_text_justification_types
47
      get_output_formats
47
      get_output_formats
48
      get_column_names
49
      get_table_names
48
      get_table_names
50
      get_unit_values
49
      get_unit_values
51
      html_table )
50
      html_table )
52
- 

Return to bug 14059