summaryrefslogtreecommitdiff
path: root/BitArticleType.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 /BitArticleType.php
parent4314e38c9ce5e8f8a0d28e0a82a8552ee3b980b8 (diff)
downloadarticles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.gz
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.tar.bz2
articles-0a5fc88ca71becea1f234d6eba3727eabb42ef83.zip
rename a couple of functions for consistency
Diffstat (limited to 'BitArticleType.php')
-rw-r--r--BitArticleType.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/BitArticleType.php b/BitArticleType.php
index 9d700a9..7bb3551 100644
--- a/BitArticleType.php
+++ b/BitArticleType.php
@@ -124,7 +124,7 @@ class BitArticleType extends BitBase
$rs = $this->mDb->query($sql, array($iTypeId));
}
- function listTypes() {
+ function getTypesList() {
global $gBitSystem;
$query = "SELECT * FROM `" . BIT_DB_PREFIX . "tiki_article_types`";