diff options
| author | lsces <lester@lsces.co.uk> | 2013-07-11 22:09:19 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2013-07-11 22:09:19 +0100 |
| commit | 1923e813045c00cab7b0c7a5798aacd1360e9d09 (patch) | |
| tree | 354f6107b841a766463db500672e3974907bd7c1 /list_contacts.php | |
| parent | 5cb254fbb1af3ae0372fc79c231088a31e397e38 (diff) | |
| download | contact-1923e813045c00cab7b0c7a5798aacd1360e9d09.tar.gz contact-1923e813045c00cab7b0c7a5798aacd1360e9d09.tar.bz2 contact-1923e813045c00cab7b0c7a5798aacd1360e9d09.zip | |
Tidy commenting for phpdoc manual
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' ); |
