Code standards
This commit is contained in:
parent
e6c00832da
commit
f0d7244c2e
1 changed files with 2 additions and 1 deletions
|
@ -257,7 +257,8 @@ function update_1288() {
|
||||||
|
|
||||||
|
|
||||||
// Post-update script of PR 5751
|
// Post-update script of PR 5751
|
||||||
function update_1293() {
|
function update_1293()
|
||||||
|
{
|
||||||
$allGenders = DBA::select('contact', ['id', 'gender']);
|
$allGenders = DBA::select('contact', ['id', 'gender']);
|
||||||
$allLangs = L10n::getAvailableLanguages();
|
$allLangs = L10n::getAvailableLanguages();
|
||||||
$success = 0;
|
$success = 0;
|
||||||
|
|
Loading…
Reference in a new issue