mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
add terms for 'user' and 'status'
This commit is contained in:
parent
984eca8e9f
commit
b7d5f09e5a
|
@ -57,7 +57,8 @@ class SeedDMS_SQLiteFTS_Term {
|
|||
6 => 'owner',
|
||||
7 => 'content',
|
||||
8 => 'created',
|
||||
9 => 'user'
|
||||
9 => 'user',
|
||||
10 => 'status'
|
||||
);
|
||||
$this->field = $fields[$col];
|
||||
$this->_occurrence = $occurrence;
|
||||
|
|
Loading…
Reference in New Issue
Block a user