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

(-)a/C4/Biblio.pm (-3 lines)
Lines 54-60 BEGIN { Link Here
54
54
55
    # to get something
55
    # to get something
56
    push @EXPORT, qw(
56
    push @EXPORT, qw(
57
      &Get
58
      &GetBiblio
57
      &GetBiblio
59
      &GetBiblioData
58
      &GetBiblioData
60
      &GetBiblioItemData
59
      &GetBiblioItemData
Lines 133-139 BEGIN { Link Here
133
    # Others functions
132
    # Others functions
134
    push @EXPORT, qw(
133
    push @EXPORT, qw(
135
      &TransformMarcToKoha
134
      &TransformMarcToKoha
136
      &TransformHtmlToMarc2
137
      &TransformHtmlToMarc
135
      &TransformHtmlToMarc
138
      &TransformHtmlToXml
136
      &TransformHtmlToXml
139
      prepare_host_field
137
      prepare_host_field
140
- 

Return to bug 11037