diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
| commit | 9192c18be8675a970c2222a7a37cbea04af2c2e0 (patch) | |
| tree | 1e9a45eb94ca795a0b30bbe2fc01b148910a2635 /list.php | |
| parent | 6f1cd3787e4b994a76d73b4e024d90bec7482c81 (diff) | |
| download | articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.gz articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.bz2 articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.zip | |
mainly article filter options related changes
Diffstat (limited to 'list.php')
| -rw-r--r-- | list.php | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,11 +1,12 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.6 2005/09/03 07:55:58 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.7 2005/09/03 09:50:25 squareing Exp $ // Copyright( c )2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization require_once( '../bit_setup_inc.php' ); require_once( ARTICLES_PKG_PATH.'BitArticle.php' ); +include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'articles' ); @@ -91,7 +92,7 @@ $listarticles = $article->getList( $_REQUEST ); $topics = BitArticleTopic::getTopicList(); $gBitSmarty->assign( 'topics', $topics ); -$types = BitArticleType::getTypesList(); +$types = BitArticleType::getTypeList(); $gBitSmarty->assign( 'types', $types ); $gBitSmarty->assign( 'control', $_REQUEST["control"] ); |
