From 767c0362a9a59a3e0221910aca50300948eaedd4 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Mon, 19 Feb 2001 12:25:52 +0000 Subject: [PATCH] Comments to tell of status --- addressbook/inc/hook_addressbook_add_def_acl.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/addressbook/inc/hook_addressbook_add_def_acl.inc.php b/addressbook/inc/hook_addressbook_add_def_acl.inc.php index 6a3cb21add..6c2d2b505b 100755 --- a/addressbook/inc/hook_addressbook_add_def_acl.inc.php +++ b/addressbook/inc/hook_addressbook_add_def_acl.inc.php @@ -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); ?>