From 50344793e31b2c5dd958a7d7269414a3d11d56bb Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 26 Nov 2015 14:38:04 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20design=20(nom=20cat=C3=A9gories)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- page/modules.php | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 482a2c6..153ca43 100755 --- a/index.php +++ b/index.php @@ -59,9 +59,9 @@ $notifNotifNum = 5; ?> Accueil - Composition + Groupes Modules - Parcours + Notes Paramètres diff --git a/page/modules.php b/page/modules.php index e285f80..7169d97 100755 --- a/page/modules.php +++ b/page/modules.php @@ -613,6 +613,8 @@ if( permission('admin') ){ // si annéeOpt n'est pas définie, on le fait if( $anneeOpt == null || $anneeOpt < $_SESSION['annee'] || $anneeOpt > $_SESSION['annee']+5 ) $anneeOpt = $_SESSION['annee']; + $anneeOpt = intval($anneeOpt); // on met l'année en (int) + echo "
"; echo "Importation des MCC d'un semestre
"; @@ -627,9 +629,9 @@ if( permission('admin') ){ echo "
";