summaryrefslogtreecommitdiff
path: root/BitArticleType.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 /BitArticleType.php
parent6f1cd3787e4b994a76d73b4e024d90bec7482c81 (diff)
downloadarticles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.gz
articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.tar.bz2
articles-9192c18be8675a970c2222a7a37cbea04af2c2e0.zip
mainly article filter options related changes
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 7bb3551..aa4c8b3 100644
--- a/BitArticleType.php
+++ b/BitArticleType.php
@@ -124,7 +124,7 @@ class BitArticleType extends BitBase
$rs = $this->mDb->query($sql, array($iTypeId));
}
- function getTypesList() {
+ function getTypeList() {
global $gBitSystem;
$query = "SELECT * FROM `" . BIT_DB_PREFIX . "tiki_article_types`";