diff --git a/app/contacts/contact_import.php b/app/contacts/contact_import.php index 5e5ef5a715..a3460bde54 100644 --- a/app/contacts/contact_import.php +++ b/app/contacts/contact_import.php @@ -321,7 +321,7 @@ //get the parent table name $parent = get_parent($schema, $table_name); - //add fields to the stack + //count the field names if (isset($field_count[$table_name][$field_name])) { $field_count[$table_name][$field_name]++; }