From 4cd0f9ad3c79975ff85f13c00b263cbca532e39e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 9 Dec 2012 05:12:38 +0000 Subject: [PATCH] Increment the value of the z variable. --- app/contacts/app_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/contacts/app_config.php b/app/contacts/app_config.php index f1cce385cc..5bee8cf65f 100644 --- a/app/contacts/app_config.php +++ b/app/contacts/app_config.php @@ -235,6 +235,7 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_extension'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.'; + $z++; $y = 3; //table array index $apps[$x]['db'][$y]['table'] = 'v_contact_notes';