diff options
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/import.php b/include/import.php index d5ff0d617..1734bd263 100644 --- a/include/import.php +++ b/include/import.php @@ -848,6 +848,7 @@ function import_mail($channel,$mails) { $m = get_mail_elements($mail); if(! $m) continue; + if($mail['conv_guid']) { $x = q("select id from conv where guid = '%s' and uid = %d limit 1", dbesc($mail['conv_guid']), |