Commit ede59f3b authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Ajoutement

parent 307d9f93
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ $modules = [
    'Octopus',
    'Utilisateur',
    'Application',
    //'ZendDeveloperTools',
];

if ( 'development' == getenv('APPLICATION_ENV') ?: 'production' ) {
+2 −2
Original line number Diff line number Diff line
@@ -14,8 +14,8 @@ return [
        'app_infos' => [
            'nom'     => "PrEECoG",
            'desc'    => "Gestion Prévisionnelle des effectifs, des emplois et des compétences",
            'version' => "0.1.2",
            'date'    => "07/05/2019",
            'version' => "0.2.0",
            'date'    => "03/07/2019",
            'contact' => ['mail' => "dsi.applications@unicaen.fr", /*'tel' => "01 02 03 04 05"*/],
            'mentionsLegales'        => "http://www.unicaen.fr/acces-direct/mentions-legales/",
            'informatiqueEtLibertes' => "http://www.unicaen.fr/acces-direct/informatique-et-libertes/",
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

                $results = [];
                foreach ($champs as $champ) {
                    if ($reponses[$champ->getId()]) $results[] = $reponses[$champ->getId()];
                    if ($champ->getId() && isset($reponses[$champ->getId()])) $results[] = $reponses[$champ->getId()];
                }
            ?>