Change conference_email to conference_email_address.
This commit is contained in:
parent
2bc46cf7a1
commit
9555c020d2
|
|
@ -132,7 +132,7 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional pin number to secure access to the conference.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_email";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_email_address";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['search'] = 'true';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional email address for the conference.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue