From 7d84a490677fb716a1fd4df260f8eab35f6a8506 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 25 Oct 2016 13:06:34 +0200 Subject: [PATCH] =?utf8?q?[SPIP]=20+pages=20auteurs=20accessibles=20m?= =?utf8?q?=C3=AAme=20si=20pas=20d'articles=20publi=C3=A9s=20associ=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- www/config/mes_options.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 www/config/mes_options.php diff --git a/www/config/mes_options.php b/www/config/mes_options.php new file mode 100644 index 0000000..27c8ef2 --- /dev/null +++ b/www/config/mes_options.php @@ -0,0 +1,13 @@ +type_requete == 'auteurs' AND !isset($boucle->modificateur['criteres']['statut'])) + $boucle->modificateur['criteres']['statut'] = true; + return $boucle; +} + +?> -- 2.20.1