function workbench_access_init in Workbench Access 7
Implements hook_init().
File
- ./
workbench_access.module, line 11 - Workbench Access module file.
Code
function workbench_access_init() {
// Even though we cache, we still need the include, or else our hooks don't
// run properly. See http://drupal.org/node/1356272
$scheme = variable_get('workbench_access');
workbench_access_load_include($scheme);
}