From b58aa241293f309d62b5bc35d4181f4dc276313f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 25 Nov 2015 00:23:47 +0100 Subject: [PATCH] =?UTF-8?q?Comment=20test.php=20+=20page/groups.php=20ajou?= =?UTF-8?q?t=20du=20champ=20'rang'=20du=20semestre=20pour=20l'import=20de?= =?UTF-8?q?=20liste=20d'=C3=A9l=C3=A8ves?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- page/groups.php | 1 + test.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/page/groups.php b/page/groups.php index b7b1f54..c96f4ce 100755 --- a/page/groups.php +++ b/page/groups.php @@ -662,6 +662,7 @@ if( permission('admin') ){ echo ""; } echo "
"; + echo "
"; echo "
Importer une liste
"; diff --git a/test.php b/test.php index 581bdea..3743571 100755 --- a/test.php +++ b/test.php @@ -46,7 +46,7 @@ require_once __ROOT__.'/manager/security.php'; debug(); -$_SESSION['annee'] = 2018; +// $_SESSION['annee'] = 2018; /* require_once __ROOT__.'/manager/phpExcel.php'; require_once __ROOT__.'/manager/groups.php';