1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-15 09:49:40 +01:00
egroupware/addressbook/inc/hook_addressbook_add_def_acl.inc.php

8 lines
216 B
PHP
Raw Normal View History

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