function _sheetnode_phpexcel_export_access in Sheetnode 7
Same name and namespace in other branches
- 6 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_export_access()
- 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_export_access()
Access function for download ready page.
1 string reference to '_sheetnode_phpexcel_export_access'
- sheetnode_phpexcel_menu in modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module - Implements hook_menu().
File
- modules/
sheetnode_phpexcel/ sheetnode_phpexcel.module, line 248 - Module file for the sheetnode_phpexcel module. This manages handling of files for sheetnode.
Code
function _sheetnode_phpexcel_export_access() {
return !empty($_SESSION['sheetnode_phpexcel_download']);
}