From 7d38c6b14c38248dfc31e61db4b43a0d524932db Mon Sep 17 00:00:00 2001 From: "Guillaume (ioguix) de Rorthais" Date: Sun, 8 Feb 2009 02:11:18 -0500 Subject: [PATCH] Quick FTS fix related to my last push. --- fulltext.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fulltext.php b/fulltext.php index 6fff24b3..46c63736 100644 --- a/fulltext.php +++ b/fulltext.php @@ -367,7 +367,7 @@ $misc->printTabs('fulltext','ftsdicts'); $misc->printMsg($msg); - $dicts = $data->getFtsDictionaries(true); + $dicts = $data->getFtsDictionaries(false); $columns = array( 'schema' => array( @@ -930,7 +930,7 @@ $urlvars = array('action' => 'viewconfig', 'ftscfg' => field('name')); break; case 'FtsDict': - $items = $data->getFtsDictionaries(true); + $items = $data->getFtsDictionaries(false); $urlvars = array('action' => 'viewdicts'); break; case 'FtsParser': -- 2.39.5