diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-03-31 05:50:19 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-03-31 05:50:19 +0000 |
| commit | 5e1d188269dd5b6921c860844ee5f99e5b462ffe (patch) | |
| tree | cf300e655877f908fb88bf7671a8dd894460fddc /edit_topic.php | |
| parent | c3dd3272723eb08ffedff743c4c81ed643da5e64 (diff) | |
| download | boards-5e1d188269dd5b6921c860844ee5f99e5b462ffe.tar.gz boards-5e1d188269dd5b6921c860844ee5f99e5b462ffe.tar.bz2 boards-5e1d188269dd5b6921c860844ee5f99e5b462ffe.zip | |
phpdoc update
Diffstat (limited to 'edit_topic.php')
| -rw-r--r-- | edit_topic.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/edit_topic.php b/edit_topic.php index 4b37b6b..e4054af 100644 --- a/edit_topic.php +++ b/edit_topic.php @@ -1,5 +1,16 @@ <?php +/** + * $Header: /cvsroot/bitweaver/_bit_boards/edit_topic.php,v 1.6 2009/03/31 05:50:19 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 + */ +/** + * required setup + */ require_once( '../bit_setup_inc.php' ); // Is package installed and enabled |
