summaryrefslogtreecommitdiff
path: root/mailing_list.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2008-06-18 09:17:59 +0000
committerLester Caine <lester@lsces.co.uk>2008-06-18 09:17:59 +0000
commit43b4f545949dc1b38b792d4b8f4e5191e27a4b86 (patch)
treea32c4b03d689d321f1911a6561a52814b60bb42b /mailing_list.php
parent6dc0fdb717c6e59521f99ca9165b58c3bcdbb45e (diff)
downloadboards-43b4f545949dc1b38b792d4b8f4e5191e27a4b86.tar.gz
boards-43b4f545949dc1b38b792d4b8f4e5191e27a4b86.tar.bz2
boards-43b4f545949dc1b38b792d4b8f4e5191e27a4b86.zip
phpdoc comment block updates
Diffstat (limited to 'mailing_list.php')
-rw-r--r--mailing_list.php17
1 files changed, 12 insertions, 5 deletions
diff --git a/mailing_list.php b/mailing_list.php
index 35ad2f3..bcd1f16 100644
--- a/mailing_list.php
+++ b/mailing_list.php
@@ -1,10 +1,17 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.3 2008/04/22 03:51:10 spiderr Exp $
-// Copyright (c) bitweaver Group
-// 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.
+/**
+ * $Header: /cvsroot/bitweaver/_bit_boards/mailing_list.php,v 1.4 2008/06/18 09:17:59 lsces Exp $
+ * Copyright (c) bitweaver Group
+ * 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.
+ *
+ * @package boards
+ * @subpackage functions
+ */
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
require_once( BOARDS_PKG_PATH.'BitBoardTopic.php' );
require_once( BOARDS_PKG_PATH.'BitBoardPost.php' );