info about added global abook and some comments in abook_local_file.php
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Nov 2004 18:49:06 +0000 (18:49 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 1 Nov 2004 18:49:06 +0000 (18:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8319 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
functions/abook_local_file.php

index ab081ffd0f529e8239d25ff9bb654f8f19fd1540..6475da6540b46b9a0a6771b380acac708c5dfae8 100644 (file)
--- 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
 --------------------
index c7a5bb7e64fbb907409bda17ea385fa4daf99b5c..e8d43c1c587d6982b53f0e07f36291cbec0a23f5 100644 (file)
  *   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.
  *</pre>
  * NOTE. This class should not be used directly. Use the
  *       "AddressBook" class instead.