| 1 |
<?php |
<?php |
| 2 |
// $Id: actions.module,v 1.39 2008/05/05 15:08:38 jvandyk Exp $ |
// $Id: actions.module,v 1.40 2008/08/03 03:41:44 jvandyk Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 179 |
} |
} |
| 180 |
|
|
| 181 |
/** |
/** |
|
* Access callback for menu system. |
|
|
*/ |
|
|
function actions_access_check($module) { |
|
|
return (module_exists($module) && user_access('administer actions')); |
|
|
} |
|
|
|
|
|
/** |
|
| 182 |
* Menu callback. Display an overview of available and configured actions. |
* Menu callback. Display an overview of available and configured actions. |
| 183 |
*/ |
*/ |
| 184 |
function actions_manage() { |
function actions_manage() { |