function gallery_assist_check_callback_permission in Gallery Assist 6
@TODO: GA: Functionality to check and set the access from GA menus callbacks.
@global <type> $user
Parameters
<type> $task:
<type> $node:
<type> $pid:
Return value
<type>
1 string reference to 'gallery_assist_check_callback_permission'
- gallery_assist_menu in ./
gallery_assist.module - Implementation of hook_menu().
File
- ./
gallery_assist.module, line 514 - Drupal content type with gallery functionality.
Code
function gallery_assist_check_callback_permission($task, $node, $pid = NULL) {
global $user;
return TRUE;
}