From a9d318b0fb7b2da1b430575cebec0592f5817f2b Mon Sep 17 00:00:00 2001 From: tokul Date: Mon, 12 Apr 2004 08:00:07 +0000 Subject: [PATCH] Moving addressbook functions to separate phpdoc subpackage. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7097 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/abook_database.php | 3 ++- functions/abook_global_file.php | 3 ++- functions/abook_ldap_server.php | 3 ++- functions/abook_local_file.php | 3 ++- functions/addressbook.php | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/functions/abook_database.php b/functions/abook_database.php index 39f30e31..532ef988 100644 --- a/functions/abook_database.php +++ b/functions/abook_database.php @@ -27,8 +27,9 @@ * NOTE. This class should not be used directly. Use the * "AddressBook" class instead. * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage addressbook */ /** Needs the DB functions */ diff --git a/functions/abook_global_file.php b/functions/abook_global_file.php index 98426cc8..7a8987fa 100644 --- a/functions/abook_global_file.php +++ b/functions/abook_global_file.php @@ -16,8 +16,9 @@ * * Make sure you configure this before using it! * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage addressbook */ /** diff --git a/functions/abook_ldap_server.php b/functions/abook_ldap_server.php index e0eea90c..e60f8bd2 100644 --- a/functions/abook_ldap_server.php +++ b/functions/abook_ldap_server.php @@ -27,8 +27,9 @@ * NOTE. This class should not be used directly. Use the * "AddressBook" class instead. * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage addressbook */ /** diff --git a/functions/abook_local_file.php b/functions/abook_local_file.php index 72c7932b..37927100 100644 --- a/functions/abook_local_file.php +++ b/functions/abook_local_file.php @@ -18,8 +18,9 @@ * NOTE. This class should not be used directly. Use the * "AddressBook" class instead. * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage addressbook */ /** diff --git a/functions/addressbook.php b/functions/addressbook.php index 0174f1a9..a5013808 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -8,8 +8,9 @@ * * Functions and classes for the addressbook system. * - * $Id$ + * @version $Id$ * @package squirrelmail + * @subpackage addressbook */ /** -- 2.25.1