diff options
| author | Lester Caine <lester@lsces.co.uk> | 2006-10-13 12:45:48 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2006-10-13 12:45:48 +0000 |
| commit | bac6e824686df1db3237f7ff54c3f85855de7854 (patch) | |
| tree | af8a3531b4fbb2fceef0a1951fd562bc417b2b1c /edition.php | |
| parent | 7af0b0fd0c51637e8b6068619bc06303cf505f8d (diff) | |
| download | newsletters-bac6e824686df1db3237f7ff54c3f85855de7854.tar.gz newsletters-bac6e824686df1db3237f7ff54c3f85855de7854.tar.bz2 newsletters-bac6e824686df1db3237f7ff54c3f85855de7854.zip | |
phpDoc additions
Diffstat (limited to 'edition.php')
| -rw-r--r-- | edition.php | 6 |
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' ); |
