mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 12:11:19 +00:00
fix sql error
This commit is contained in:
parent
9c7605d40a
commit
f251e30f5a
|
@ -185,7 +185,7 @@ class SeedDMS_Core_Document extends SeedDMS_Core_Object { /* {{{ */
|
|||
}
|
||||
if (in_array(3, $searchin)) {
|
||||
$searchFields[] = "`tblDocuments`.`comment`";
|
||||
$searchFields[] = ""tblDocumentContent`.`comment`";
|
||||
$searchFields[] = "`tblDocumentContent`.`comment`";
|
||||
}
|
||||
if (in_array(4, $searchin)) {
|
||||
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
||||
|
|
Loading…
Reference in New Issue
Block a user