function biblio_restore in Bibliography Module 7
Same name and namespace in other branches
- 6.2 includes/biblio.import.export.inc \biblio_restore()
- 6 biblio.import.export.inc \biblio_restore()
- 7.2 includes/biblio.import.export.inc \biblio_restore()
1 call to biblio_restore()
- biblio_import in includes/
biblio.import.export.inc - Import data from a file and return the node ids created.
File
- includes/
biblio.import.export.inc, line 868 - Functions that are used to import and export biblio data.
Code
function biblio_restore(&$csv_content, $mode = 'create') {
}