summaryrefslogtreecommitdiff
path: root/edit.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 /edit.php
parent4314e38c9ce5e8f8a0d28e0a82a8552ee3b980b8 (diff)
downloadarticles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.gz
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.bz2
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.zip
rename a couple of functions for consistency
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit.php b/edit.php
index a22ada6..d68edab 100644
--- a/edit.php
+++ b/edit.php
@@ -1,5 +1,5 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.12 2005/08/30 20:04:17 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/edit.php,v 1.13 2005/09/03 07:55:58 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.
@@ -77,10 +77,10 @@ if( !empty( $_REQUEST["save"] ) ) {
}
// Get a topic list
-$topics = BitArticleTopic::listTopics();
+$topics = BitArticleTopic::getTopicList();
$gBitSmarty->assign_by_ref( 'topics', $topics );
// get list of valid types
-$types = BitArticleType::listTypes();
+$types = BitArticleType::getTypesList();
$gBitSmarty->assign_by_ref( 'types', $types );
/*if ( $feature_cms_templates == 'y' && $bit_p_use_content_templates == 'y' ) {