diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-13 09:09:50 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-13 09:09:50 +0000 |
| commit | 3a187db72e188ac5b82f53be8d21482de40104e2 (patch) | |
| tree | 4b58ea2e67f14efe637a04d405f8d3d61d8e69aa /admin | |
| parent | 739658bf8f0f1908c0e7d628d46ff66b1714f88d (diff) | |
| download | articles-3a187db72e188ac5b82f53be8d21482de40104e2.tar.gz articles-3a187db72e188ac5b82f53be8d21482de40104e2.tar.bz2 articles-3a187db72e188ac5b82f53be8d21482de40104e2.zip | |
remove spellchecker option - we have bnspell for that now
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_articles_inc.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/admin/admin_articles_inc.php b/admin/admin_articles_inc.php index e5b4a42..6cdf968 100644 --- a/admin/admin_articles_inc.php +++ b/admin/admin_articles_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.13 2006/03/23 16:40:39 squareing Exp $ +// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_articles_inc.php,v 1.14 2006/04/13 09:09:50 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. @@ -8,10 +8,6 @@ $formCmsSettings = array( 'label' => 'Rankings', 'note' => 'Activates statistics for article ranking features.', ), - 'cms_spellcheck' => array( - 'label' => 'Spellchecker', - 'note' => 'Allows users to check their spelling before submitting.', - ), 'display_article_filter_bar' => array( 'label' => 'Articles Filter', 'note' => 'Allows admins to quickly filter articles based on status, topic and type.', |
