summaryrefslogtreecommitdiff
path: root/contact.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:53 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:53 +0000
commita5665a33ebab60df9cb84664730f1d572a568f7c (patch)
treecae5b0009ce571a0efc4f8797844fd92a5bdc6c4 /contact.php
parentdb60c85506a212d5eae4ffc6eecf43ece2a9b7f9 (diff)
downloadmessages-a5665a33ebab60df9cb84664730f1d572a568f7c.tar.gz
messages-a5665a33ebab60df9cb84664730f1d572a568f7c.tar.bz2
messages-a5665a33ebab60df9cb84664730f1d572a568f7c.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'contact.php')
-rw-r--r--contact.php14
1 files changed, 11 insertions, 3 deletions
diff --git a/contact.php b/contact.php
index 7db2dfb..0b00fa8 100644
--- a/contact.php
+++ b/contact.php
@@ -1,12 +1,20 @@
<?php
-
-// $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.1 2005/06/19 04:56:31 bitweaver Exp $
+/**
+* message package modules
+*
+* @author
+* @version $Header: /cvsroot/bitweaver/_bit_messages/contact.php,v 1.2 2005/06/28 07:45:52 spiderr Exp $
+* @package messages
+* @subpackage functions
+*/
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( MESSU_PKG_PATH.'messu_lib.php' );