You are here

function biblio_restore in Bibliography Module 6.2

Same name and namespace in other branches
  1. 6 biblio.import.export.inc \biblio_restore()
  2. 7 includes/biblio.import.export.inc \biblio_restore()
  3. 7.2 includes/biblio.import.export.inc \biblio_restore()
1 call to biblio_restore()
biblio_import in includes/biblio.import.export.inc
Imports data from a file and return the node ids created.

File

includes/biblio.import.export.inc, line 781
Functions that are used to import and export biblio data.

Code

function biblio_restore(&$csv_content, $mode = 'create') {
}