/[drupal]/contributions/modules/actions/actions.module
ViewVC logotype

Diff of /contributions/modules/actions/actions.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.40, Sun Aug 3 03:41:44 2008 UTC revision 1.41, Sun Aug 3 03:45:37 2008 UTC
# Line 1  Line 1 
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
# Line 179  function actions_perm() { Line 179  function actions_perm() {
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() {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

  ViewVC Help
Powered by ViewVC 1.1.2