summaryrefslogtreecommitdiff
path: root/sub.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2007-02-05 11:14:32 +0000
committerLester Caine <lester@lsces.co.uk>2007-02-05 11:14:32 +0000
commit43149601c3c49a464f0f12ba042abb920047a9da (patch)
treedd41eb15af3cc5bcca91d506a71da5512eb79c3c /sub.php
parente2389d394b03c286dbf66135a9c3215c5d60e387 (diff)
downloadnewsletters-43149601c3c49a464f0f12ba042abb920047a9da.tar.gz
newsletters-43149601c3c49a464f0f12ba042abb920047a9da.tar.bz2
newsletters-43149601c3c49a464f0f12ba042abb920047a9da.zip
Minor corrections to comments for PHPDoc
Diffstat (limited to 'sub.php')
-rw-r--r--sub.php20
1 files changed, 14 insertions, 6 deletions
diff --git a/sub.php b/sub.php
index 0949c12..f9d42ce 100644
--- a/sub.php
+++ b/sub.php
@@ -1,11 +1,19 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.1 2007/01/06 06:22:12 spiderr Exp $
+/**
+ * @version $Header: /cvsroot/bitweaver/_bit_newsletters/sub.php,v 1.2 2007/02/05 11:14:32 lsces Exp $
+ * Copyright (c) 2005 bitweaver.org
+ * 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
+ *
+ * created 2005/12/10
+ *
+ * @package newsletters
+ * @author spider <spider@steelsun.com>
+ */
-// Copyright (c) 2006 - bitweaver.org - Christian Fowler, Max Kremmel, 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
+/**
+ * Initialization
+ */
require_once( '../bit_setup_inc.php' );
include_once( NEWSLETTERS_PKG_PATH.'BitMailer.php' );