From 8738760f80a41c952f3e2057b7212eec7ff39700 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 8 Aug 2004 18:23:33 +0000 Subject: [PATCH] =?UTF-8?q?La=20liste=20des=20types=20d'actions=20est=20li?= =?UTF-8?q?mit=E9=20aux=20actions=20actives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/comm/action/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index e2014703f92..37b0831be72 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -222,13 +222,13 @@ if ($_GET["action"] == 'create') print ''; - // Type d'action + // Type d'action actifs print '';
'.$langs->trans("Action").''; if ($_GET["actionid"]) { print ''."\n"; print $caction->get_nom($_GET["actionid"]); } else { - $html->select_array("actionid", $caction->liste_array(), 0); + $html->select_array("actionid", $caction->liste_array(1), 0); } print '