summaryrefslogtreecommitdiff
path: root/list_topics.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-09-03 07:55:58 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-09-03 07:55:58 +0000
commit0a5fc88ca71becea1f234d6eba3727eabb42ef83 (patch)
treef57cb643b315d38502c4117946f3f9f9fb09ad60 /list_topics.php
parent4314e38c9ce5e8f8a0d28e0a82a8552ee3b980b8 (diff)
downloadarticles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.gz
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.bz2
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.zip
rename a couple of functions for consistency
Diffstat (limited to 'list_topics.php')
-rw-r--r--list_topics.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/list_topics.php b/list_topics.php
index d824142..467fb58 100644
--- a/list_topics.php
+++ b/list_topics.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.1 2005/09/02 20:57:50 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/list_topics.php,v 1.2 2005/09/03 07:55:58 squareing Exp $
require_once( '../bit_setup_inc.php' );
include_once( ARTICLES_PKG_PATH.'BitArticle.php' );
@@ -8,7 +8,7 @@ include_once( ARTICLES_PKG_PATH.'lookup_article_topic_inc.php' );
// Is package installed and enabled
$gBitSystem->verifyPackage( 'articles' );
-$topics = BitArticleTopic::listTopics();
+$topics = BitArticleTopic::getTopicList();
$gBitSmarty->assign( 'topics', $topics );