Moving addressbook functions to separate phpdoc subpackage.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:00:07 +0000 (08:00 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 12 Apr 2004 08:00:07 +0000 (08:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7097 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/abook_database.php
functions/abook_global_file.php
functions/abook_ldap_server.php
functions/abook_local_file.php
functions/addressbook.php

index 39f30e314dbf079297336effaa7dc22090950c37..532ef988b11aa52a1bff8af76dc08b1ed0b1e5a1 100644 (file)
@@ -27,8 +27,9 @@
  *  NOTE. This class should not be used directly. Use the
  *        "AddressBook" class instead.
  *
  *  NOTE. This class should not be used directly. Use the
  *        "AddressBook" class instead.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage addressbook
  */
 
 /** Needs the DB functions */   
  */
 
 /** Needs the DB functions */   
index 98426cc8b46a1791e7290cb0ab5b58dd5402d25b..7a8987fa956257dc6f8829f5a78d047b8cebab21 100644 (file)
@@ -16,8 +16,9 @@
  *
  * Make sure you configure this before using it!
  *
  *
  * Make sure you configure this before using it!
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage addressbook
  */
 
 /**
  */
 
 /**
index e0eea90c0b9b01e939c4952e79319ed24437a205..e60f8bd236b5d399ae08099a84774869bddeef73 100644 (file)
@@ -27,8 +27,9 @@
  * NOTE. This class should not be used directly. Use the
  *       "AddressBook" class instead.
  *
  * NOTE. This class should not be used directly. Use the
  *       "AddressBook" class instead.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage addressbook
  */
 
 /**
  */
 
 /**
index 72c7932b018c0b6b217726c2df87fdbcca769488..379271009e239bd87bada20dcd9607168eb42692 100644 (file)
@@ -18,8 +18,9 @@
  * NOTE. This class should not be used directly. Use the
  *       "AddressBook" class instead.
  *
  * NOTE. This class should not be used directly. Use the
  *       "AddressBook" class instead.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage addressbook
  */
 
 /**
  */
 
 /**
index 0174f1a9fb3ef8c598c85d11b827dec9763e1cb3..a5013808026e0b01f0a107303a7c2e4003c0fefa 100644 (file)
@@ -8,8 +8,9 @@
  *
  * Functions and classes for the addressbook system.
  *
  *
  * Functions and classes for the addressbook system.
  *
- * $Id$
+ * @version $Id$
  * @package squirrelmail
  * @package squirrelmail
+ * @subpackage addressbook
  */
 
 /**
  */
 
 /**