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