function qcollection_download in Quiz 6.6
Callback for menu which returns a form for downloading.
Handles the "Download" tab.
Parameters
$node: Node of collection to download
Return value
String containing the form.
1 string reference to 'qcollection_download'
- qcollection_menu in includes/
qcollection/ qcollection.module - Implementation of qcollection_menu().
File
- includes/
qcollection/ qcollection.inc, line 248
Code
function qcollection_download($node) {
return drupal_get_form('qcollection_download_form', $node);
}