summaryrefslogtreecommitdiff
path: root/topic_move.php
diff options
context:
space:
mode:
authorHash9 <hash9@users.sourceforge.net>2006-07-12 17:00:33 +0000
committerHash9 <hash9@users.sourceforge.net>2006-07-12 17:00:33 +0000
commit08bf61461f4a7138f2a9fa1721ee80691032d32b (patch)
tree3caaac62ed46d8feb56c19fd2adac24c49a330b0 /topic_move.php
parent89324a0abef2594c09965cb0e3166e3e7121b596 (diff)
downloadboards-08bf61461f4a7138f2a9fa1721ee80691032d32b.tar.gz
boards-08bf61461f4a7138f2a9fa1721ee80691032d32b.tar.bz2
boards-08bf61461f4a7138f2a9fa1721ee80691032d32b.zip
allow content to be assigned to boards and get some extra data for the queries, also get more templates for comments from liberty
Diffstat (limited to 'topic_move.php')
-rw-r--r--topic_move.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/topic_move.php b/topic_move.php
index 4d34ba8..c67a358 100644
--- a/topic_move.php
+++ b/topic_move.php
@@ -2,6 +2,7 @@
require_once( '../bit_setup_inc.php' );
require_once( BITBOARDS_PKG_PATH.'BitBoard.php' );
+require_once( BITBOARDS_PKG_PATH.'BitBoardForum.php' );
// Is package installed and enabled
$gBitSystem->verifyPackage( 'bitboards' );
@@ -47,9 +48,9 @@ if( isset( $_REQUEST["target"] ) ) {
$gBitSystem->confirmDialog( $formHash,$msgHash );
}
-$board = new BitBoard();
+$board = new BitBoardForum();
$gBitSmarty->assign_by_ref('boards', $board->getForumBoardSelectList());
-require_once( BITBOARDS_PKG_PATH .'lookup_bittopic_inc.php' );
+require_once( BITBOARDS_PKG_PATH .'lookup_inc.php' );
$gBitSystem->display( 'bitpackage:bitboards/topic_move.tpl', tra('Category') );
?> \ No newline at end of file