$this->assign('errorFile', $this->get('errorFile'));
$totalRowCount = $this->get('totalRowCount');
- $relatedCount = $this->get('relatedCount');
- $totalRowCount += $relatedCount;
$this->set('totalRowCount', $totalRowCount);
$invalidRowCount = $this->get('invalidRowCount');
$relatedContactIds = $this->_parser->getRelatedImportedContacts();
if ($relatedContactIds) {
$contactIds = array_merge($contactIds, $relatedContactIds);
- if ($form) {
- $form->set('relatedCount', count($relatedContactIds));
- }
}
if ($this->_newGroupName || count($this->_groups)) {
$this->assign('errorFile', $this->get('errorFile'));
$totalRowCount = $this->get('totalRowCount');
- $relatedCount = $this->get('relatedCount');
- $totalRowCount += $relatedCount;
$this->set('totalRowCount', $totalRowCount);
$invalidRowCount = $this->get('invalidRowCount');
$this->assign('errorFile', $this->get('errorFile'));
$totalRowCount = $this->get('totalRowCount');
- $relatedCount = $this->get('relatedCount');
- $totalRowCount += $relatedCount;
$this->set('totalRowCount', $totalRowCount);
$invalidRowCount = $this->get('invalidRowCount');
$this->assign('errorFile', $this->get('errorFile'));
$totalRowCount = $this->get('totalRowCount');
- $relatedCount = $this->get('relatedCount');
- $totalRowCount += $relatedCount;
$this->set('totalRowCount', $totalRowCount);
$invalidRowCount = $this->get('invalidRowCount');