Fix sql error
This commit is contained in:
parent
0bf213acac
commit
052511d081
@ -1263,7 +1263,7 @@ abstract class CommonObject
|
|||||||
if ($source == 'external' || $source == 'thirdparty') {
|
if ($source == 'external' || $source == 'thirdparty') {
|
||||||
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."socpeople t on ec.fk_socpeople = t.rowid";
|
$sql .= " LEFT JOIN ".MAIN_DB_PREFIX."socpeople t on ec.fk_socpeople = t.rowid";
|
||||||
}
|
}
|
||||||
$sql .= " WHERE ec.element_id =".$this->id;
|
$sql .= " WHERE ec.element_id =".((int) $this->id);
|
||||||
$sql .= " AND ec.fk_c_type_contact=tc.rowid";
|
$sql .= " AND ec.fk_c_type_contact=tc.rowid";
|
||||||
$sql .= " AND tc.element='".$this->db->escape($this->element)."'";
|
$sql .= " AND tc.element='".$this->db->escape($this->element)."'";
|
||||||
if ($code) {
|
if ($code) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user