ソースを参照

Increment the value of the z variable.

Mark Crane 12 年 前
コミット
e873b28749
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app_config.php

+ 1 - 0
app_config.php

@@ -235,6 +235,7 @@
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_extension';
 		$apps[$x]['db'][$y]['fields'][$z]['name'] = 'phone_extension';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
 		$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.';
 		$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the extension.';
+		$z++;
 
 
 		$y = 3; //table array index
 		$y = 3; //table array index
 		$apps[$x]['db'][$y]['table'] = 'v_contact_notes';
 		$apps[$x]['db'][$y]['table'] = 'v_contact_notes';