From 91ef9bcbed68704b0c308e3566dc1a0486cfe7c4 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 18 Aug 2022 15:49:53 +0000 Subject: [PATCH] Fixing style errors. --- .../lib/recruitment_recruitmentcandidature.lib.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/recruitment/lib/recruitment_recruitmentcandidature.lib.php b/htdocs/recruitment/lib/recruitment_recruitmentcandidature.lib.php index fac2369bcec..c4ad141bca6 100644 --- a/htdocs/recruitment/lib/recruitment_recruitmentcandidature.lib.php +++ b/htdocs/recruitment/lib/recruitment_recruitmentcandidature.lib.php @@ -41,12 +41,12 @@ function recruitmentCandidaturePrepareHead($object) $head[$h][2] = 'card'; $h++; -// if ($conf->global->MAIN_FEATURES_LEVEL >= 2) { -// $head[$h][0] = dol_buildpath("/recruitment/recruitmentrating_card.php", 1).'?id='.$object->id; -// $head[$h][1] = $langs->trans("Rating"); -// $head[$h][2] = 'rating'; -// $h++; -// } + // if ($conf->global->MAIN_FEATURES_LEVEL >= 2) { + // $head[$h][0] = dol_buildpath("/recruitment/recruitmentrating_card.php", 1).'?id='.$object->id; + // $head[$h][1] = $langs->trans("Rating"); + // $head[$h][2] = 'rating'; + // $h++; + // } if (isset($object->fields['note_public']) || isset($object->fields['note_private'])) { $nbNote = 0;