diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-09-03 09:50:25 +0000 |
| commit | 9192c18be8675a970c2222a7a37cbea04af2c2e0 (patch) | |
| tree | 1e9a45eb94ca795a0b30bbe2fc01b148910a2635 /BitArticleType.php | |
| parent | 6f1cd3787e4b994a76d73b4e024d90bec7482c81 (diff) | |
| download | articles-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.php | 2 |
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`"; |
