Replacing tabs with spaces, trimming white space at EOL and newline at EOF
[squirrelmail.git] / functions / abook_local_file.php
index c7a5bb7e64fbb907409bda17ea385fa4daf99b5c..cf91099862f1d7c9851b915ee1b0235c18ac20dc 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.
@@ -30,7 +34,7 @@
 class abook_local_file extends addressbook_backend {
     /**
      * Backend type
-     * @var string 
+     * @var string
      */
     var $btype = 'local';
     /**