Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.6, Sat Apr 8 23:51:34 2006 UTC | revision 1.7, Thu Apr 20 07:22:08 2006 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: acl.module,v 1.5 2006/03/25 01:41:29 merlinofchaos Exp $ | // $Id: acl.module,v 1.6 2006/04/08 23:51:34 merlinofchaos Exp $ |
| 3 | ||
| 4 | /** | /** |
| 5 | * @file acl.module | * @file acl.module |
| # | Line 119 function acl_edit_form($acl_id, $label = | Line 119 function acl_edit_form($acl_id, $label = |
| 119 | '#default_value' => serialize($users), | '#default_value' => serialize($users), |
| 120 | ); | ); |
| 121 | ||
| 122 | $form['#after_build'] = 'acl_edit_form_after_build'; | $form['#after_build'] = array('acl_edit_form_after_build'); |
| 123 | ||
| 124 | return $form; | return $form; |
| 125 | } | } |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |