egroupware_official/addressbook/inc/hook_addressbook_add_def_acl.inc.php
2001-02-19 12:25:52 +00:00

8 lines
216 B
PHP
Executable File

<?php
global $acl,$account_id;
// Add default acl to allow the new user to access their
// addressbook
// This file is not really needed or used at this time
$acl->add('addressbook','u_'.$account_id,1);
?>