mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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)) {
|
if (in_array(3, $searchin)) {
|
||||||
$searchFields[] = "`tblDocuments`.`comment`";
|
$searchFields[] = "`tblDocuments`.`comment`";
|
||||||
$searchFields[] = ""tblDocumentContent`.`comment`";
|
$searchFields[] = "`tblDocumentContent`.`comment`";
|
||||||
}
|
}
|
||||||
if (in_array(4, $searchin)) {
|
if (in_array(4, $searchin)) {
|
||||||
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
$searchFields[] = "`tblDocumentAttributes`.`value`";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user