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 /ajax.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 'ajax.php')
| -rw-r--r-- | ajax.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,8 +6,13 @@ * 1 - list all boards * 2 - switch lock state on a given topic * 3 - switch sticky state on a given topic + * @package boards + * @subpackage functions */ +/** + * required setup + */ require_once( '../bit_setup_inc.php' ); require_once( BITBOARDS_PKG_PATH.'BitBoardTopic.php' ); |
