From ce8d240d8f871edaa41651d5796043fea73bed7e Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Tue, 29 Sep 2020 13:06:23 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/contact/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/list.php b/htdocs/contact/list.php index e8493e59ba3..af2fc2f7269 100644 --- a/htdocs/contact/list.php +++ b/htdocs/contact/list.php @@ -181,7 +181,7 @@ foreach ($object->fields as $key => $val) { // Visibility based on global settings if ($key == 'rowid' && !empty($conf->global->MAIN_SHOW_TECHNICAL_ID)) continue; if ($key == 'no_email' && empty($conf->mailing->enabled)) continue; - + $arrayfields['p.'.$key] = array( 'label'=>$val['label'], 'checked'=>(($val['visible'] < 0) ? 0 : 1),