summaryrefslogtreecommitdiff
path: root/edition.php
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2006-10-13 12:45:48 +0000
committerLester Caine <lester@lsces.co.uk>2006-10-13 12:45:48 +0000
commitbac6e824686df1db3237f7ff54c3f85855de7854 (patch)
treeaf8a3531b4fbb2fceef0a1951fd562bc417b2b1c /edition.php
parent7af0b0fd0c51637e8b6068619bc06303cf505f8d (diff)
downloadnewsletters-bac6e824686df1db3237f7ff54c3f85855de7854.tar.gz
newsletters-bac6e824686df1db3237f7ff54c3f85855de7854.tar.bz2
newsletters-bac6e824686df1db3237f7ff54c3f85855de7854.zip
phpDoc additions
Diffstat (limited to 'edition.php')
-rw-r--r--edition.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/edition.php b/edition.php
index 2e9c2cb..07f6383 100644
--- a/edition.php
+++ b/edition.php
@@ -1,16 +1,18 @@
<?php
/**
- *
* 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>
*/
-// Initialization
+/**
+ * Initialization
+ */
require_once( '../bit_setup_inc.php' );
$gBitSystem->verifyPackage( 'newsletters' );