diff options
| author | Christian Fowler <spider@viovio.com> | 2006-11-18 15:10:48 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-11-18 15:10:48 +0000 |
| commit | c4f74cea5b897ef8b1f1112f66fcf71af59747de (patch) | |
| tree | 1f26288db8b2b1cdcf060dc926353889b6c8214b /admin | |
| parent | 971f3d0e2b29ad7286eb89de2bded9507b190dce (diff) | |
| download | articles-c4f74cea5b897ef8b1f1112f66fcf71af59747de.tar.gz articles-c4f74cea5b897ef8b1f1112f66fcf71af59747de.tar.bz2 articles-c4f74cea5b897ef8b1f1112f66fcf71af59747de.zip | |
comment out incomplete statistics feature
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_articles_inc.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/admin_articles_inc.php b/admin/admin_articles_inc.php index 1811383..6ca43d1 100644 --- a/admin/admin_articles_inc.php +++ b/admin/admin_articles_inc.php @@ -1,13 +1,16 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.17 2006/08/29 16:46:45 hash9 Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.18 2006/11/18 15:10:48 spiderr 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. $formCmsSettings = array( +/* + Feature is incomplete 'articles_rankings' => array( 'label' => 'Rankings', 'note' => 'Activates statistics for article ranking features.', ), +*/ 'articles_display_filter_bar' => array( 'label' => 'Articles Filter', 'note' => 'Allows admins to quickly filter articles based on status, topic and type.', |
