Remove extra $z++

This commit is contained in:
FusionPBX
2022-09-19 12:59:12 -06:00
committed by GitHub
parent ff6f555793
commit 7435e8bd91

View File

@@ -149,7 +149,6 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Select the rule order.';
$z++;
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "insert_date";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'timestamptz';
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'date';