From 35b982e569d060e75eab91ed3885435e201b63eb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 13 Dec 2021 14:04:02 -0700 Subject: [PATCH] Change the comment text --- app/contacts/contact_import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]++; }