瀏覽代碼

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]['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';