| 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 |
/** |
/** |
| 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) { |