From 7435e8bd9171ebae7c41410991fe4cf9b883559b Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 19 Sep 2022 12:59:12 -0600 Subject: [PATCH] Remove extra $z++ --- app/number_translations/app_config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/number_translations/app_config.php b/app/number_translations/app_config.php index 952b85be44..4809ae655a 100644 --- a/app/number_translations/app_config.php +++ b/app/number_translations/app_config.php @@ -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';