diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-02-15 19:36:12 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-02-15 19:36:12 +0000 |
| commit | 74aa6037f8a84996e8e4d909737e6f1b72b3a1b0 (patch) | |
| tree | ba99f69cb55cbd623ab7c5239a9c354ca3b7b839 /assign.php | |
| parent | 183c9a535cae5876c5c2b15ff96e706f2b22c194 (diff) | |
| download | boards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.tar.gz boards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.tar.bz2 boards-74aa6037f8a84996e8e4d909737e6f1b72b3a1b0.zip | |
Add phpdoc comment blocks for documentation
Diffstat (limited to 'assign.php')
| -rw-r--r-- | assign.php | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,10 +1,16 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_boards/assign.php,v 1.2 2006/09/01 13:59:25 squareing Exp $ -// Copyright (c) 2004 bitweaver BitBoard -// 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/assign.php,v 1.3 2007/02/15 19:36:12 lsces Exp $ + * Copyright (c) 2004 bitweaver Messageboards + * 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' ); // Is package installed and enabled |
