mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
add 'user' to list of terms
This commit is contained in:
parent
ab0dfee213
commit
dd1057128d
|
@ -56,7 +56,8 @@ class SeedDMS_SQLiteFTS_Term {
|
|||
5 => 'origfilename',
|
||||
6 => 'owner',
|
||||
7 => 'content',
|
||||
8 => 'created'
|
||||
8 => 'created',
|
||||
9 => 'user'
|
||||
);
|
||||
$this->field = $fields[$col];
|
||||
$this->_occurrence = $occurrence;
|
||||
|
|
Loading…
Reference in New Issue
Block a user