diff options
| author | spiderr <spider@viovio.com> | 2010-08-10 10:45:36 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2010-08-10 10:45:36 -0400 |
| commit | 8c75896074b9cf3cb9097db7b8b020f95a737b81 (patch) | |
| tree | 7f80e291c549e0d39be600863daaa4d6e33be8e6 /admin | |
| parent | fa89e78f64528b33a0c1aa109317a718445d78b4 (diff) | |
| download | wiki-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.php | 2 |
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'), ) ); |
