/[drupal]/contributions/modules/acl/acl.admin.inc
ViewVC logotype

Diff of /contributions/modules/acl/acl.admin.inc

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

revision 1.2, Tue Jan 27 01:21:22 2009 UTC revision 1.3, Sun Oct 18 23:37:41 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: acl.admin.inc,v 1.1 2009/01/27 01:17:33 salvis Exp $  // $Id: acl.admin.inc,v 1.2 2009/01/27 01:21:22 salvis Exp $
3    
4  /**  /**
5   * @file acl.admin.inc   * @file
6   *   * Implementations of administration functions for the acl module.
  * Include file for acl.module, containing (sub-)page handling code.  
  *  
7   */   */
8    
9  /**  /**
# Line 113  function _acl_edit_form_after_build($for Line 111  function _acl_edit_form_after_build($for
111  }  }
112    
113  /**  /**
114   * Write the results of a form.   * Write the results of a form.
115   *   *
116   * The module that embedded our form must call this function!   * The module that embedded our form must call this function!
117   */   */
118  function acl_save_form($form, $priority = NULL) {  function acl_save_form($form, $priority = NULL) {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2