fix reference to if(item->remote-id), which now gets set more often

This commit is contained in:
Mike Macgirvin 2010-07-18 02:54:47 -07:00
parent 95d0a9e2bf
commit 5ed87a44e6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ if($argc < 3)
$parent = $items[0];
if(strlen($parent['remote-id'])) {
if((strlen($parent['remote-id'])) && ($parent['type'] == 'remote')) {
$followup = true;
$conversant_str = dbesc($parent['contact-id']);
}