From bd59d0c7c25c34334c17ee5787f328bf53161340 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 1 Mar 2005 20:47:33 +0000 Subject: [PATCH] Fix: Pb suppression lignes propales impossibles --- htdocs/comm/propal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 025740e1c17..d633ac15be6 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -466,10 +466,10 @@ if ($_GET["propalid"]) // Icone d'edition et suppression if ($propal->statut == 0 && $user->rights->propale->creer) { - print ''; + print ''; //print img_edit(); print ''; - print ''; + print ''; print img_delete(); print ''; }