Change the comment text

This commit is contained in:
FusionPBX
2021-12-13 14:04:02 -07:00
committed by GitHub
parent dae6b760e4
commit 35b982e569

View File

@@ -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]++;
}