You are here

function _sheetnode_phpexcel_export_access in Sheetnode 6

Same name and namespace in other branches
  1. 7.2 modules/sheetnode_phpexcel/sheetnode_phpexcel.module \_sheetnode_phpexcel_export_access()
  2. 7 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
Implementation of hook_menu().

File

modules/sheetnode_phpexcel/sheetnode_phpexcel.module, line 212

Code

function _sheetnode_phpexcel_export_access() {
  return !empty($_SESSION['sheetnode_phpexcel_download']);
}