diff --git a/app/conferences/app_config.php b/app/conferences/app_config.php index d02a0c1e08..edc49f2152 100644 --- a/app/conferences/app_config.php +++ b/app/conferences/app_config.php @@ -135,14 +135,18 @@ $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_profile"; + $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Profile is a collection of settings for the conference."; + $z++; $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."; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_profile"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_accountcode"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Profile is a collection of settings for the conference."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Optional accountcode for the conference."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_flags"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text";