Update contacts1.modules.php
This commit is contained in:
parent
d98637c113
commit
3fb081a2fc
@ -405,12 +405,12 @@ class mailing_contacts1 extends MailingTargets
|
|||||||
$sql .= " AND c3.label = '".$this->db->escape($filter_category_supplier)."'";
|
$sql .= " AND c3.label = '".$this->db->escape($filter_category_supplier)."'";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter on language
|
// Filter on language
|
||||||
if ($filter_lang <> '') {
|
if ($filter_lang != '') {
|
||||||
$sql .= " AND sp.default_lang = '".$this->db->escape($filter_lang)."'";
|
$sql .= " AND sp.default_lang = '".$this->db->escape($filter_lang)."'";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter on nature
|
// Filter on nature
|
||||||
$key = $filter;
|
$key = $filter;
|
||||||
|
|
||||||
//print "xx".$key;
|
//print "xx".$key;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user