From: tokul Date: Mon, 1 Nov 2004 18:49:06 +0000 (+0000) Subject: info about added global abook and some comments in abook_local_file.php X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=675357d2fa2b1006402f180366e840b01b68a4ac info about added global abook and some comments in abook_local_file.php git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8319 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/ChangeLog b/ChangeLog index ab081ffd..6475da65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -144,6 +144,8 @@ Version 1.5.1 -- CVS by Felix Egli. - Removed command line option unsupported by qmail-inject in class/deliver/Deliver_SendMail.class.php. Thanks to Ken Brush. + - Global file based address book is controled in configuration. Removed + global_file address book backend (use 'local_file' instead). Version 1.5.0 -------------------- diff --git a/functions/abook_local_file.php b/functions/abook_local_file.php index c7a5bb7e..e8d43c1c 100644 --- a/functions/abook_local_file.php +++ b/functions/abook_local_file.php @@ -21,7 +21,11 @@ * filename => path to addressbook file * ? create => if true: file is created if it does not exist. * ? umask => umask set before opening file. - * ? name => name of address book + * ? name => name of address book. + * ? detect_writeable => detect address book access permissions by + * checking file permissions. + * ? writeable => allow writing into address book. Used only when + * detect_writeable is set to false. * * NOTE. This class should not be used directly. Use the * "AddressBook" class instead.