Comments to tell of status

This commit is contained in:
Miles Lott 2001-02-19 12:25:52 +00:00
parent d77aeef420
commit 767c0362a9

View File

@ -2,5 +2,6 @@
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);
?>