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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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