Code standards

This commit is contained in:
Jeroen De Meerleer 2018-12-20 11:49:58 +01:00 committed by Hypolite Petovan
parent e6c00832da
commit f0d7244c2e
1 changed files with 2 additions and 1 deletions

View File

@ -257,7 +257,8 @@ function update_1288() {
// Post-update script of PR 5751
function update_1293() {
function update_1293()
{
$allGenders = DBA::select('contact', ['id', 'gender']);
$allLangs = L10n::getAvailableLanguages();
$success = 0;