...
|
...
|
@@ -220,7 +220,7 @@ class syncMail { |
|
|
private function black_mail($id,$data){
|
|
|
|
|
|
if(!empty($data['from'])){
|
|
|
if(!$this->db->count("select count(*) from `ai_black_email` where ".dbWhere(['email'=>$data['from']]))){
|
|
|
if($this->db->count("select count(*) from `ai_black_email` where ".dbWhere(['email'=>$data['from']]))){
|
|
|
|
|
|
$this->db->update(listsSql::$table,['deleted'=>1],dbWhere(['id'=>$id]));
|
|
|
}
|
...
|
...
|
|