summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2010-08-10 10:45:36 -0400
committerspiderr <spider@viovio.com>2010-08-10 10:45:36 -0400
commit8c75896074b9cf3cb9097db7b8b020f95a737b81 (patch)
tree7f80e291c549e0d39be600863daaa4d6e33be8e6 /admin
parentfa89e78f64528b33a0c1aa109317a718445d78b4 (diff)
downloadwiki-8c75896074b9cf3cb9097db7b8b020f95a737b81.tar.gz
wiki-8c75896074b9cf3cb9097db7b8b020f95a737b81.tar.bz2
wiki-8c75896074b9cf3cb9097db7b8b020f95a737b81.zip
wiki_words should be off by default.
Diffstat (limited to 'admin')
-rw-r--r--admin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index beed09a..841aeb3 100644
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -122,7 +122,7 @@ $gBitInstaller->registerPreferences( WIKI_PKG_NAME, array(
//array( WIKI_PKG_NAME, 'wiki_watch_author','n'),
//array( WIKI_PKG_NAME, 'wiki_watch_comments','n'),
//array( WIKI_PKG_NAME, 'wiki_watch_editor','n'),
- array( WIKI_PKG_NAME, 'wiki_words','y'),
+ //array( WIKI_PKG_NAME, 'wiki_words','y'),
//array( WIKI_PKG_NAME, 'wikibook_hide_add_content','n'),
//array( WIKI_PKG_NAME, 'wikibook_use_icons','n'),
) );