removed Imported via the Freetext Import ... text

pull/1617/merge
Christophe Vandeplas 2016-10-24 16:27:08 +02:00
parent 9cc05a14e3
commit 90badee3d0
1 changed files with 1 additions and 1 deletions

View File

@ -2934,7 +2934,7 @@ class EventsController extends AppController {
$this->set('defaultCategories', $this->Event->Attribute->defaultCategories);
$this->set('typeCategoryMapping', $typeCategoryMapping);
$this->set('resultArray', $resultArray);
$this->set('importComment', 'Imported via the Freetext Import Tool');
$this->set('importComment', '');
$this->set('title', 'Freetext Import Results');
$this->render('resolved_attributes');
}