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:
phoneben
2020-07-07 08:17:22 -06:00
committed by GitHub
parent 71854ba40e
commit 91f2f67fc4
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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";