projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32eeaef
)
Quick FTS fix related to my last push.
author
Guillaume (ioguix) de Rorthais
<ioguix@free.fr>
Sun, 8 Feb 2009 07:11:18 +0000
(
02:11
-0500)
committer
Guillaume (ioguix) de Rorthais
<ioguix@free.fr>
Sun, 8 Feb 2009 07:11:18 +0000
(
02:11
-0500)
fulltext.php
patch
|
blob
|
blame
|
history
diff --git
a/fulltext.php
b/fulltext.php
index 6fff24b328d5512e98992909305323bc404dbc09..46c637363d60c96f99b20dfd9f101241adf1bd7b 100644
(file)
--- a/
fulltext.php
+++ b/
fulltext.php
@@
-367,7
+367,7
@@
$misc->printTabs('fulltext','ftsdicts');
$misc->printMsg($msg);
- $dicts = $data->getFtsDictionaries(
tru
e);
+ $dicts = $data->getFtsDictionaries(
fals
e);
$columns = array(
'schema' => array(
@@
-930,7
+930,7
@@
$urlvars = array('action' => 'viewconfig', 'ftscfg' => field('name'));
break;
case 'FtsDict':
- $items = $data->getFtsDictionaries(
tru
e);
+ $items = $data->getFtsDictionaries(
fals
e);
$urlvars = array('action' => 'viewdicts');
break;
case 'FtsParser':