Fix field index increment

This commit is contained in:
FusionPBX
2026-01-15 16:09:23 -07:00
committed by GitHub
parent be135da7f5
commit 99f5a6c6c1

View File

@@ -839,7 +839,7 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_disposition";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "call disposition";
$y++;
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "hangup_cause";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
@@ -1243,5 +1243,3 @@
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>