summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2013-07-11 22:09:19 +0100
committerlsces <lester@lsces.co.uk>2013-07-11 22:09:19 +0100
commit1923e813045c00cab7b0c7a5798aacd1360e9d09 (patch)
tree354f6107b841a766463db500672e3974907bd7c1
parent5cb254fbb1af3ae0372fc79c231088a31e397e38 (diff)
downloadcontact-1923e813045c00cab7b0c7a5798aacd1360e9d09.tar.gz
contact-1923e813045c00cab7b0c7a5798aacd1360e9d09.tar.bz2
contact-1923e813045c00cab7b0c7a5798aacd1360e9d09.zip
Tidy commenting for phpdoc manual
-rw-r--r--list_contacts.php19
-rw-r--r--list_contracts.php19
2 files changed, 28 insertions, 10 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' );
diff --git a/list_contracts.php b/list_contracts.php
index 3b82e9f..b11bd99 100644
--- a/list_contracts.php
+++ b/list_contracts.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' );