diff options
Diffstat (limited to 'list_contacts.php')
| -rw-r--r-- | list_contacts.php | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/list_contacts.php b/list_contacts.php index eaa7dcf..8693b4c 100644 --- a/list_contacts.php +++ b/list_contacts.php @@ -1,9 +1,18 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_contact/list_contacts.php,v 1.4 2010/02/08 21:27:22 wjames5 Exp $ -// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. -// All Rights Reserved. See below for details and a complete list of authors. -// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. -// Initialization +/** + * @version $Header: /cvsroot/bitweaver/_bit_contact/list_contacts.php,v 1.4 2010/02/08 21:27:22 wjames5 Exp $ + * + * Copyright (c) 2006 bitweaver.org + * All Rights Reserved. See below for details and a complete list of authors. + * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details + * + * @package contact + * @subpackage functions + */ + +/** + * required setup + */ require_once( '../kernel/setup_inc.php' ); require_once( CONTACT_PKG_PATH.'Contact.php' ); |
