minor fix
This commit is contained in:
parent
9b0bc58a07
commit
53a7f9a726
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ class DataEngine{
|
||||||
$sql =
|
$sql =
|
||||||
"SELECT to_hex(sq2.gunid)as gunid, m.object, sq2.ftype, sq2.id\n".
|
"SELECT to_hex(sq2.gunid)as gunid, m.object, sq2.ftype, sq2.id\n".
|
||||||
"FROM (\n$sql\n)sq2\n".
|
"FROM (\n$sql\n)sq2\n".
|
||||||
"LEFT JOIN ls_mdata m\n".
|
"LEFT JOIN {$this->mdataTable} m\n".
|
||||||
" ON m.gunid = sq2.gunid AND m.predicate='$orderby'".
|
" ON m.gunid = sq2.gunid AND m.predicate='$orderby'".
|
||||||
" AND m.objns='_L' AND m.predxml='T'".
|
" AND m.objns='_L' AND m.predxml='T'".
|
||||||
(!is_null($obNs)? " AND m.predns='$obNs'":'')."\n".
|
(!is_null($obNs)? " AND m.predns='$obNs'":'')."\n".
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue