Update app_config.php (#5334)
* Update app_config.php * change type to text for pin in conferences in conference centers you can not save a pin as 0123 it will save as 123 due in data base it was saved to numeric vrs text * Update conference_edit.php * Update app_languages.php updated hebrew name for title * Update app_languages.php hebrew language for title conference_center * Update app_languages.php active_conferences he-il
This commit is contained in:
@@ -83,11 +83,11 @@
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator_pin";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the moderator PIN number.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "participant_pin";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the participant PIN number.";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled";
|
||||
|
||||
Reference in New Issue
Block a user