summaryrefslogtreecommitdiff
path: root/BitMailer.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-10-13 09:22:47 +0000
committerLester Caine <lester@lsces.co.uk>2006-10-13 09:22:47 +0000
commit7af0b0fd0c51637e8b6068619bc06303cf505f8d (patch)
treefca9c2ce90dab5a1b2e9dc7742da84e132f01a36 /BitMailer.php
parent40d492f8d4ac308351952c6dab7d3a078ab4c577 (diff)
downloadnewsletters-7af0b0fd0c51637e8b6068619bc06303cf505f8d.tar.gz
newsletters-7af0b0fd0c51637e8b6068619bc06303cf505f8d.tar.bz2
newsletters-7af0b0fd0c51637e8b6068619bc06303cf505f8d.zip
phpDoc corrections
Diffstat (limited to 'BitMailer.php')
-rw-r--r--BitMailer.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/BitMailer.php b/BitMailer.php
index 3b53efa..8073470 100644
--- a/BitMailer.php
+++ b/BitMailer.php
@@ -1,12 +1,12 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_newsletters/Attic/BitMailer.php,v 1.24 2006/10/07 20:01:02 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_newsletters/Attic/BitMailer.php,v 1.25 2006/10/13 09:22:47 lsces Exp $
*
* Copyright (c) 2004 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
*
- * $Id: BitMailer.php,v 1.24 2006/10/07 20:01:02 spiderr Exp $
+ * $Id: BitMailer.php,v 1.25 2006/10/13 09:22:47 lsces Exp $
*
* Class that handles editions of newsletters
* @package newsletters
@@ -15,7 +15,7 @@
*
* @author spiderr <spider@steelsun.com>
*
- * @version $Revision: 1.24 $ $Date: 2006/10/07 20:01:02 $ $Author: spiderr $
+ * @version $Revision: 1.25 $ $Date: 2006/10/13 09:22:47 $ $Author: lsces $
*/
/**
@@ -24,6 +24,9 @@
require_once( NEWSLETTERS_PKG_PATH.'BitNewsletter.php' );
require_once( UTIL_PKG_PATH.'phpmailer/class.phpmailer.php' );
+/**
+ * @package newsletters
+ */
class BitMailer extends phpmailer {
// Set default variables for all new objects
var $From;