From 28eabd96245d1669294bce3c67563fbbb95f5747 Mon Sep 17 00:00:00 2001 From: Vincent Danjean Date: Wed, 23 Jul 2014 23:47:24 +0200 Subject: [PATCH] Affiche la description des plans analytiques quand on en fait la liste --- include/anc_pa.inc.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/anc_pa.inc.php b/include/anc_pa.inc.php index f045a2910..71999a6b1 100644 --- a/include/anc_pa.inc.php +++ b/include/anc_pa.inc.php @@ -272,8 +272,10 @@ else ''. "Activités". ""; - - echo ''; + echo ''; + echo $line['description']; + echo ''; + echo "\n"; } echo ''; if ($obj->isAppend()==true )