Calendar: Message doesn't really need a "*" added

This commit is contained in:
nathangray 2021-05-04 13:26:09 -06:00
parent 9c852a30a5
commit e9e0268b84

View File

@ -56,7 +56,6 @@ class calendar_wizard_import_csv extends importexport_wizard_basic_import_csv
function wizard_step50(&$content, &$sel_options, &$readonlys, &$preserv)
{
$result = parent::wizard_step50($content, $sel_options, $readonlys, $preserv);
$content['msg'] .= "\n*" ;
return $result;
}