adding some comments about error check
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Feb 2005 09:21:10 +0000 (09:21 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 28 Feb 2005 09:21:10 +0000 (09:21 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8915 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/addressbook.php

index 8fafa44a656a093b1d65dbbdc593e4313235f1fc..de712e846d9665d98e4a0a612ac4c0dce4b2584c 100644 (file)
@@ -52,6 +52,8 @@ displayPageHeader($color, 'None');
  remote backends (LDAP) are enabled because they can be used. (list_addr function)
 */
 $abook = addressbook_init(true, false);
+
+// FIXME: do we have to stop use of address book, when localbackend is not present.
 if($abook->localbackend == 0) {
     plain_error_message(
             _("No personal address book is defined. Contact administrator."),