summaryrefslogtreecommitdiff
path: root/list.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-09-03 09:50:25 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-09-03 09:50:25 +0000
commit9192c18be8675a970c2222a7a37cbea04af2c2e0 (patch)
tree1e9a45eb94ca795a0b30bbe2fc01b148910a2635 /list.php
parent6f1cd3787e4b994a76d73b4e024d90bec7482c81 (diff)
downloadarticles-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.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/list.php b/list.php
index 5d9bf1e..4aafc29 100644
--- a/list.php
+++ b/list.php
@@ -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"] );