X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fabook_local_file.php;h=cf91099862f1d7c9851b915ee1b0235c18ac20dc;hp=e8d43c1c587d6982b53f0e07f36291cbec0a23f5;hb=91e0dccca7b2452d8b450791cae3aa4125e8889e;hpb=0f610dca6fd52a148e290f79cdfcfc572998b475 diff --git a/functions/abook_local_file.php b/functions/abook_local_file.php index e8d43c1c..cf910998 100644 --- a/functions/abook_local_file.php +++ b/functions/abook_local_file.php @@ -22,7 +22,7 @@ * ? create => if true: file is created if it does not exist. * ? umask => umask set before opening file. * ? name => name of address book. - * ? detect_writeable => detect address book access permissions by + * ? 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. @@ -34,7 +34,7 @@ class abook_local_file extends addressbook_backend { /** * Backend type - * @var string + * @var string */ var $btype = 'local'; /**