Increment the value of the z variable.

This commit is contained in:
Mark Crane 2012-12-09 05:12:38 +00:00
parent 8ba84afbbb
commit 4cd0f9ad3c
1 changed files with 1 additions and 0 deletions

View File

@ -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';